]> code.ossystems Code Review - openembedded-core.git/commitdiff
findutils: fix libc overrides
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 18 May 2011 13:44:46 +0000 (15:44 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2011 22:28:55 +0000 (23:28 +0100)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
meta/recipes-extended/findutils/findutils.inc
meta/recipes-extended/findutils/findutils_4.2.31.bb

index 673eada910fc4d7b9fd7d2d1f4ca6656f0e9cc96..7a07ad502fb2aed9c25e520f39fe98bf7baf699e 100644 (file)
@@ -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"
index 3e187b5e4e18e6907798e25a72414cf46212e556..0889f0f4b3150e774e62fda8eaac3fb0f9101ff5 100644 (file)
@@ -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