diff options
-rw-r--r-- | meta-oe/recipes-support/rdfind/rdfind/0001-configure-Fix-check-for-AC_CHECK_LIB.patch | 2 | ||||
-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 | ||
12 | SRC_URI[md5sum] = "180418c863b861d1df221bc486a07ce7" | 12 | SRC_URI[sha256sum] = "4150ed1256f7b12b928c65113c485761552b9496c433778aac3f9afc3e767080" |
13 | SRC_URI[sha256sum] = "30c613ec26eba48b188d2520cfbe64244f3b1a541e60909ce9ed2efb381f5e8c" | ||
14 | 13 | ||
15 | inherit autotools | 14 | inherit autotools |
16 | 15 | ||