From 3203f4ad6cc567b060ea6f4bbc821f073a45fc4d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Mar 2023 21:23:37 +0800 Subject: librsync: upgrade 2.3.2 -> 2.3.4 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/librsync/librsync_2.3.2.bb | 18 ------------------ meta-oe/recipes-support/librsync/librsync_2.3.4.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-oe/recipes-support/librsync/librsync_2.3.2.bb create mode 100644 meta-oe/recipes-support/librsync/librsync_2.3.4.bb diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.2.bb b/meta-oe/recipes-support/librsync/librsync_2.3.2.bb deleted file mode 100644 index ccc68967b9..0000000000 --- a/meta-oe/recipes-support/librsync/librsync_2.3.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Remote delta-compression library." -AUTHOR = "Martin Pool, Andrew Tridgell, Donovan Baarda, Adam Schubert" - -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" - -SRC_URI = "git://github.com/librsync/librsync.git;branch=master;protocol=https" -SRCREV = "42b636d2a65ab6914ea7cac50886da28192aaf9b" -S = "${WORKDIR}/git" - -DEPENDS = "popt" - -inherit cmake - -PACKAGES =+ "rdiff" -FILES:rdiff = "${bindir}/rdiff" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.4.bb b/meta-oe/recipes-support/librsync/librsync_2.3.4.bb new file mode 100644 index 0000000000..cb30f4c31b --- /dev/null +++ b/meta-oe/recipes-support/librsync/librsync_2.3.4.bb @@ -0,0 +1,18 @@ +SUMMARY = "Remote delta-compression library." +AUTHOR = "Martin Pool, Andrew Tridgell, Donovan Baarda, Adam Schubert" + +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" + +SRC_URI = "git://github.com/librsync/librsync.git;branch=master;protocol=https" +SRCREV = "e364852674780e43d578e4239128ff7014190ed3" +S = "${WORKDIR}/git" + +DEPENDS = "popt" + +inherit cmake + +PACKAGES =+ "rdiff" +FILES:rdiff = "${bindir}/rdiff" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf