summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-18 15:44:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-19 23:40:34 +0100
commit9e27763704dc18872e2fd37b505d86f1a0082a9c (patch)
tree39df25724c2607972f2064601452f4d6f1396fdd
parent8b2e973d145fd079072aa480a41e915c30a05d54 (diff)
downloadpoky-9e27763704dc18872e2fd37b505d86f1a0082a9c.tar.gz
diffutils: fix libc overrides
(From OE-Core rev: 4a63622ee286d9ddbae4476ace672bbb83998788) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/diffutils/diffutils_2.8.1.bb2
-rw-r--r--meta/recipes-extended/diffutils/diffutils_3.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
index 9489b35ad3..0fb3a31bc8 100644
--- a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
+++ b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
@@ -20,7 +20,7 @@ inherit autotools update-alternatives 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
25ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" 25ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
26ALTERNATIVE_PRIORITY = "100" 26ALTERNATIVE_PRIORITY = "100"
diff --git a/meta/recipes-extended/diffutils/diffutils_3.0.bb b/meta/recipes-extended/diffutils/diffutils_3.0.bb
index 427efdfc9f..ecff5cc904 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.0.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.0.bb
@@ -16,7 +16,7 @@ inherit autotools update-alternatives gettext
16# standard functionality. regex.c actually breaks compilation 16# standard functionality. regex.c actually breaks compilation
17# because it uses __mempcpy, there are other things (TBD: 17# because it uses __mempcpy, there are other things (TBD:
18# see diffutils.mk in buildroot) 18# see diffutils.mk in buildroot)
19EXTRA_OECONF_linux-uclibc = "--without-included-regex" 19EXTRA_OECONF_libc-uclibc = "--without-included-regex"
20 20
21ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" 21ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
22ALTERNATIVE_PRIORITY = "100" 22ALTERNATIVE_PRIORITY = "100"