diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/findutils/findutils.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/findutils/findutils_4.2.31.bb | 2 |
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) |
22 | EXTRA_OECONF_linux-uclibc = "--without-included-regex" | 22 | EXTRA_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) |
23 | EXTRA_OECONF_linux-uclibc = "--without-included-regex" | 23 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" |
24 | 24 | ||
25 | do_install_append () { | 25 | do_install_append () { |
26 | if [ -e ${D}${bindir}/find ]; then | 26 | if [ -e ${D}${bindir}/find ]; then |