summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-13 12:57:05 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-13 12:58:40 -0700
commit0b6eb25e544f24a7c10a4d63934dec975f06096e (patch)
treec14b59aad26680b19b5e6a7d64df4e63da752aa8
parent0e3c62c5bc081afbed476408d5be8e1f846ec420 (diff)
downloadmeta-openembedded-0b6eb25e544f24a7c10a4d63934dec975f06096e.tar.gz
rdfind: Fix patch-fuzz warnings
Patch needs to be refreshed Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/rdfind/rdfind/0001-configure-Fix-check-for-AC_CHECK_LIB.patch9
1 files changed, 2 insertions, 7 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 754c388ae..af69c0217 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
@@ -12,12 +12,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 configure.ac | 2 +- 12 configure.ac | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-) 13 1 file changed, 1 insertion(+), 1 deletion(-)
14 14
15diff --git a/configure.ac b/configure.ac
16index be1b2fd..157a7d7 100644
17--- a/configure.ac 15--- a/configure.ac
18+++ b/configure.ac 16+++ b/configure.ac
19@@ -46,7 +46,7 @@ AC_CHECK_HEADER(nettle/sha.h,,[AC_MSG_ERROR([ 17@@ -46,7 +46,7 @@ AC_CHECK_HEADER(nettle/sha.h,,[AC_MSG_ER
20 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
21 wide nettle install. 19 wide nettle install.
22 ])]) 20 ])])
23-AC_CHECK_LIB(nettle,main,,[AC_MSG_ERROR([ 21-AC_CHECK_LIB(nettle,main,,[AC_MSG_ERROR([
@@ -25,6 +23,3 @@ index be1b2fd..157a7d7 100644
25 Could not link to libnettle. Please install nettle 23 Could not link to libnettle. Please install nettle
26 first. If you have already done so; please run ldconfig 24 first. If you have already done so; please run ldconfig
27 as root or check whether the path libnettle was installed 25 as root or check whether the path libnettle was installed
28--
292.37.3
30