| Submitter | Koen Kooi |
|---|---|
| Date | May 18, 2011, 1:44 p.m. |
| Message ID | <1305726289-9546-2-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/4333/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index 673eada..7a07ad5 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc @@ -19,4 +19,4 @@ inherit autotools gettext # standard functionality. regex.c actually breaks compilation # because it uses __mempcpy, there are other things (TBD: # see diffutils.mk in buildroot) -EXTRA_OECONF_linux-uclibc = "--without-included-regex" +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 3e187b5..0889f0f 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 # standard functionality. regex.c actually breaks compilation # because it uses __mempcpy, there are other things (TBD: # see diffutils.mk in buildroot) -EXTRA_OECONF_linux-uclibc = "--without-included-regex" +EXTRA_OECONF_libc-uclibc = "--without-included-regex" do_install_append () { if [ -e ${D}${bindir}/find ]; then
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- meta/recipes-extended/findutils/findutils.inc | 2 +- .../recipes-extended/findutils/findutils_4.2.31.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)