diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-18 15:44:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-19 23:28:55 +0100 |
commit | f0e1d4402b8d75f1b2575a453503d9a19b6bf461 (patch) | |
tree | 9363c8730433baacf45f1c605f09b0539a880ad0 /meta/recipes-extended/findutils/findutils.inc | |
parent | 4a63622ee286d9ddbae4476ace672bbb83998788 (diff) | |
download | openembedded-core-f0e1d4402b8d75f1b2575a453503d9a19b6bf461.tar.gz openembedded-core-f0e1d4402b8d75f1b2575a453503d9a19b6bf461.tar.bz2 openembedded-core-f0e1d4402b8d75f1b2575a453503d9a19b6bf461.zip |
findutils: fix libc overrides
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta/recipes-extended/findutils/findutils.inc')
-rw-r--r-- | meta/recipes-extended/findutils/findutils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index 673eada910..7a07ad502f 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc @@ -19,4 +19,4 @@ inherit autotools 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" |