From cbd762fafc70000fb4e1c3ef9d70fdb891e5530a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 25 Jan 2023 20:55:12 -0800 Subject: rdfind: Upgrade to 1.5.0 release Signed-off-by: Khem Raj --- .../0001-configure-Fix-check-for-AC_CHECK_LIB.patch | 2 +- meta-oe/recipes-support/rdfind/rdfind_1.4.1.bb | 17 ----------------- meta-oe/recipes-support/rdfind/rdfind_1.5.0.bb | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 18 deletions(-) delete mode 100644 meta-oe/recipes-support/rdfind/rdfind_1.4.1.bb create mode 100644 meta-oe/recipes-support/rdfind/rdfind_1.5.0.bb diff --git a/meta-oe/recipes-support/rdfind/rdfind/0001-configure-Fix-check-for-AC_CHECK_LIB.patch b/meta-oe/recipes-support/rdfind/rdfind/0001-configure-Fix-check-for-AC_CHECK_LIB.patch index af69c02173..a65d8cb77b 100644 --- a/meta-oe/recipes-support/rdfind/rdfind/0001-configure-Fix-check-for-AC_CHECK_LIB.patch +++ b/meta-oe/recipes-support/rdfind/rdfind/0001-configure-Fix-check-for-AC_CHECK_LIB.patch @@ -15,7 +15,7 @@ Signed-off-by: Khem Raj --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ AC_CHECK_HEADER(nettle/sha.h,,[AC_MSG_ER - On Debian-ish systems, use \"apt-get install nettle-dev\" to get a system + On Debian-ish systems, use "apt-get install nettle-dev" to get a system wide nettle install. ])]) -AC_CHECK_LIB(nettle,main,,[AC_MSG_ERROR([ diff --git a/meta-oe/recipes-support/rdfind/rdfind_1.4.1.bb b/meta-oe/recipes-support/rdfind/rdfind_1.4.1.bb deleted file mode 100644 index f8eb5d38d4..0000000000 --- a/meta-oe/recipes-support/rdfind/rdfind_1.4.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Rdfind is a program that finds duplicate files" -HOMEPAGE = "https://rdfind.pauldreik.se/" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=fa22e16ebbe6638b2bd253338fbded9f" - -DEPENDS = "nettle autoconf-archive" - -SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz \ - file://0001-configure-Fix-check-for-AC_CHECK_LIB.patch \ -" - -SRC_URI[md5sum] = "180418c863b861d1df221bc486a07ce7" -SRC_URI[sha256sum] = "30c613ec26eba48b188d2520cfbe64244f3b1a541e60909ce9ed2efb381f5e8c" - -inherit autotools - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-support/rdfind/rdfind_1.5.0.bb b/meta-oe/recipes-support/rdfind/rdfind_1.5.0.bb new file mode 100644 index 0000000000..0d776b4e97 --- /dev/null +++ b/meta-oe/recipes-support/rdfind/rdfind_1.5.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "Rdfind is a program that finds duplicate files" +HOMEPAGE = "https://rdfind.pauldreik.se/" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=fa22e16ebbe6638b2bd253338fbded9f" + +DEPENDS = "nettle autoconf-archive" + +SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz \ + file://0001-configure-Fix-check-for-AC_CHECK_LIB.patch \ +" + +SRC_URI[sha256sum] = "4150ed1256f7b12b928c65113c485761552b9496c433778aac3f9afc3e767080" + +inherit autotools + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf