diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-18 15:44:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-19 23:40:34 +0100 |
commit | 9e27763704dc18872e2fd37b505d86f1a0082a9c (patch) | |
tree | 39df25724c2607972f2064601452f4d6f1396fdd /meta/recipes-extended/diffutils/diffutils_2.8.1.bb | |
parent | 8b2e973d145fd079072aa480a41e915c30a05d54 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils_2.8.1.bb')
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils_2.8.1.bb | 2 |
1 files changed, 1 insertions, 1 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) |
23 | EXTRA_OECONF_linux-uclibc = "--without-included-regex" | 23 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" |
24 | 24 | ||
25 | ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" | 25 | ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" |
26 | ALTERNATIVE_PRIORITY = "100" | 26 | ALTERNATIVE_PRIORITY = "100" |