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:40:34 +0100 |
| commit | e9e2473534be5185ad3f5cb7bc1018a23853025d (patch) | |
| tree | 1d1005249cf4902d6a4eade85facf22a87f6f6ad | |
| parent | 9e27763704dc18872e2fd37b505d86f1a0082a9c (diff) | |
| download | poky-e9e2473534be5185ad3f5cb7bc1018a23853025d.tar.gz | |
findutils: fix libc overrides
(From OE-Core rev: f0e1d4402b8d75f1b2575a453503d9a19b6bf461)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/findutils/findutils.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/findutils/findutils_4.2.31.bb | 2 |
2 files changed, 2 insertions, 2 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 | |||
| 19 | # standard functionality. regex.c actually breaks compilation | 19 | # standard functionality. regex.c actually breaks compilation |
| 20 | # because it uses __mempcpy, there are other things (TBD: | 20 | # because it uses __mempcpy, there are other things (TBD: |
| 21 | # see diffutils.mk in buildroot) | 21 | # see diffutils.mk in buildroot) |
| 22 | EXTRA_OECONF_linux-uclibc = "--without-included-regex" | 22 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" |
diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb index 3e187b5e4e..0889f0f4b3 100644 --- a/meta/recipes-extended/findutils/findutils_4.2.31.bb +++ b/meta/recipes-extended/findutils/findutils_4.2.31.bb | |||
| @@ -20,7 +20,7 @@ inherit autotools 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 | do_install_append () { | 25 | do_install_append () { |
| 26 | if [ -e ${D}${bindir}/find ]; then | 26 | if [ -e ${D}${bindir}/find ]; then |
