aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/findutils
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:42:17 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:03 -0700
commitbb4c670dfd3b73d8247e054aa104d2ee1458196a (patch)
tree6714fd076dd8361aac837f07874009777b9614ec /recipes/findutils
parent400b890efc15bb80f58a12cf5dd89048bb261435 (diff)
downloadopenembedded-bb4c670dfd3b73d8247e054aa104d2ee1458196a.tar.gz
findutils: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/findutils')
-rw-r--r--recipes/findutils/findutils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/findutils/findutils.inc b/recipes/findutils/findutils.inc
index 81831bfe11..52dbf121e4 100644
--- a/recipes/findutils/findutils.inc
+++ b/recipes/findutils/findutils.inc
@@ -8,14 +8,14 @@ BBCLASSEXTEND = "native"
inherit autotools gettext
-INC_PR = "r3"
+INC_PR = "r4"
# diffutils assumes non-glibc compilation with uclibc and
# this causes it to generate its own implementations of
# 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"
EXTRA_OEMAKE += "SORT=${bindir}/sort"