From: Tom Rini Date: Wed, 19 Jan 2011 00:42:17 +0000 (-0700) Subject: findutils: Switch to libc-uclibc X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb4c670dfd3b73d8247e054aa104d2ee1458196a;p=openembedded.git findutils: Switch to libc-uclibc Signed-off-by: Tom Rini --- 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"