summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils/findutils_4.2.31.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/findutils/findutils_4.2.31.bb')
-rw-r--r--meta/recipes-extended/findutils/findutils_4.2.31.bb2
1 files changed, 1 insertions, 1 deletions
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