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

index 9489b35ad35ea13f6f86b4b3f30b191580739129..0fb3a31bc898dd52e39cc8953ca7b4caf1bf50d1 100644 (file)
@@ -20,7 +20,7 @@ inherit autotools update-alternatives 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"
 
 ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
 ALTERNATIVE_PRIORITY = "100"
index 427efdfc9fde78eb7655f904c2b389d9d7edd3b2..ecff5cc904bc0e03ae2e0b88b60912492d41b6b6 100644 (file)
@@ -16,7 +16,7 @@ inherit autotools update-alternatives 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"
 
 ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
 ALTERNATIVE_PRIORITY = "100"