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 | |
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')
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils_2.8.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils_3.0.bb | 2 |
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) |
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" |
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) |
19 | EXTRA_OECONF_linux-uclibc = "--without-included-regex" | 19 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" |
20 | 20 | ||
21 | ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" | 21 | ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" |
22 | ALTERNATIVE_PRIORITY = "100" | 22 | ALTERNATIVE_PRIORITY = "100" |