Signed-off-by: Tom Rini <tom_rini@mentor.com>
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"