From e67fd5533fbd26a99bef911b89b757c36c0a96f0 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Tue, 7 Apr 2020 09:32:24 +0200 Subject: [PATCH] librsync: upgrade 2.2.1 -> 2.3.0 See full changelog https://github.com/librsync/librsync/releases/tag/v2.3.0 Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- .../librsync/{librsync_2.2.1.bb => librsync_2.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/librsync/{librsync_2.2.1.bb => librsync_2.3.0.bb} (88%) diff --git a/meta-oe/recipes-support/librsync/librsync_2.2.1.bb b/meta-oe/recipes-support/librsync/librsync_2.3.0.bb similarity index 88% rename from meta-oe/recipes-support/librsync/librsync_2.2.1.bb rename to meta-oe/recipes-support/librsync/librsync_2.3.0.bb index c2f28fed25..e9d34ee66a 100644 --- a/meta-oe/recipes-support/librsync/librsync_2.2.1.bb +++ b/meta-oe/recipes-support/librsync/librsync_2.3.0.bb @@ -5,7 +5,7 @@ LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" SRC_URI = "git://github.com/librsync/librsync.git" -SRCREV = "5917692418657dc78c9cbde3a8db4c85f25b9c8d" +SRCREV = "028d9432d05ba4b75239e0ba35bcb36fbfc17e35" S = "${WORKDIR}/git" DEPENDS = "popt"