summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-25 20:55:12 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-25 23:18:05 -0800
commitcbd762fafc70000fb4e1c3ef9d70fdb891e5530a (patch)
tree31f5498104fc294b307e321185f6f131d0181c5c /meta-oe
parent52935c3dc023c2b51f05241c46240b89dfcf40f2 (diff)
downloadmeta-openembedded-cbd762fafc70000fb4e1c3ef9d70fdb891e5530a.tar.gz
rdfind: Upgrade to 1.5.0 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/rdfind/rdfind/0001-configure-Fix-check-for-AC_CHECK_LIB.patch2
-rw-r--r--meta-oe/recipes-support/rdfind/rdfind_1.5.0.bb (renamed from meta-oe/recipes-support/rdfind/rdfind_1.4.1.bb)3
2 files changed, 2 insertions, 3 deletions
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 <raj.khem@gmail.com>
15--- a/configure.ac 15--- a/configure.ac
16+++ b/configure.ac 16+++ b/configure.ac
17@@ -46,7 +46,7 @@ AC_CHECK_HEADER(nettle/sha.h,,[AC_MSG_ER 17@@ -46,7 +46,7 @@ AC_CHECK_HEADER(nettle/sha.h,,[AC_MSG_ER
18 On Debian-ish systems, use \"apt-get install nettle-dev\" to get a system 18 On Debian-ish systems, use "apt-get install nettle-dev" to get a system
19 wide nettle install. 19 wide nettle install.
20 ])]) 20 ])])
21-AC_CHECK_LIB(nettle,main,,[AC_MSG_ERROR([ 21-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.5.0.bb
index f8eb5d38d4..0d776b4e97 100644
--- a/meta-oe/recipes-support/rdfind/rdfind_1.4.1.bb
+++ b/meta-oe/recipes-support/rdfind/rdfind_1.5.0.bb
@@ -9,8 +9,7 @@ SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz \
9 file://0001-configure-Fix-check-for-AC_CHECK_LIB.patch \ 9 file://0001-configure-Fix-check-for-AC_CHECK_LIB.patch \
10" 10"
11 11
12SRC_URI[md5sum] = "180418c863b861d1df221bc486a07ce7" 12SRC_URI[sha256sum] = "4150ed1256f7b12b928c65113c485761552b9496c433778aac3f9afc3e767080"
13SRC_URI[sha256sum] = "30c613ec26eba48b188d2520cfbe64244f3b1a541e60909ce9ed2efb381f5e8c"
14 13
15inherit autotools 14inherit autotools
16 15