summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/findutils/findutils.inc2
-rw-r--r--meta/recipes-extended/findutils/findutils_4.2.31.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc
index 673eada910..7a07ad502f 100644
--- a/meta/recipes-extended/findutils/findutils.inc
+++ b/meta/recipes-extended/findutils/findutils.inc
@@ -19,4 +19,4 @@ inherit autotools gettext
19# standard functionality. regex.c actually breaks compilation 19# standard functionality. regex.c actually breaks compilation
20# because it uses __mempcpy, there are other things (TBD: 20# because it uses __mempcpy, there are other things (TBD:
21# see diffutils.mk in buildroot) 21# see diffutils.mk in buildroot)
22EXTRA_OECONF_linux-uclibc = "--without-included-regex" 22EXTRA_OECONF_libc-uclibc = "--without-included-regex"
diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb
index 3e187b5e4e..0889f0f4b3 100644
--- a/meta/recipes-extended/findutils/findutils_4.2.31.bb
+++ b/meta/recipes-extended/findutils/findutils_4.2.31.bb
@@ -20,7 +20,7 @@ inherit autotools gettext
20# standard functionality. regex.c actually breaks compilation 20# standard functionality. regex.c actually breaks compilation
21# because it uses __mempcpy, there are other things (TBD: 21# because it uses __mempcpy, there are other things (TBD:
22# see diffutils.mk in buildroot) 22# see diffutils.mk in buildroot)
23EXTRA_OECONF_linux-uclibc = "--without-included-regex" 23EXTRA_OECONF_libc-uclibc = "--without-included-regex"
24 24
25do_install_append () { 25do_install_append () {
26 if [ -e ${D}${bindir}/find ]; then 26 if [ -e ${D}${bindir}/find ]; then