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>
This commit is contained in:
Koen Kooi 2011-05-18 15:44:45 +02:00 committed by Richard Purdie
parent 8b2e973d14
commit 9e27763704
2 changed files with 2 additions and 2 deletions

View 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"

View 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"