From 10643bb1faa0f0c3d8d567b31b4a0fc6856e4506 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 16 Apr 2021 19:24:07 +0800 Subject: [PATCH] librsync: upgrade 2.3.1 -> 2.3.2 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../librsync/{librsync_2.3.1.bb => librsync_2.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/librsync/{librsync_2.3.1.bb => librsync_2.3.2.bb} (88%) diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.1.bb b/meta-oe/recipes-support/librsync/librsync_2.3.2.bb similarity index 88% rename from meta-oe/recipes-support/librsync/librsync_2.3.1.bb rename to meta-oe/recipes-support/librsync/librsync_2.3.2.bb index 004c93d0f9..f1997136ac 100644 --- a/meta-oe/recipes-support/librsync/librsync_2.3.1.bb +++ b/meta-oe/recipes-support/librsync/librsync_2.3.2.bb @@ -5,7 +5,7 @@ LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" SRC_URI = "git://github.com/librsync/librsync.git" -SRCREV = "27f738650c20fef1285f11d85a34e5094a71c06f" +SRCREV = "42b636d2a65ab6914ea7cac50886da28192aaf9b" S = "${WORKDIR}/git" DEPENDS = "popt"