From: Tom Rini Date: Wed, 19 Jan 2011 00:41:34 +0000 (-0700) Subject: diffutils: Switch to libc-uclibc X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cde17a27e27903f8d2e9113a62a5a7d479eaac10;p=openembedded.git diffutils: Switch to libc-uclibc Signed-off-by: Tom Rini --- diff --git a/recipes/diffutils/diffutils_2.8.1.bb b/recipes/diffutils/diffutils_2.8.1.bb index 6f217bd5e9..bd6a27fee1 100644 --- a/recipes/diffutils/diffutils_2.8.1.bb +++ b/recipes/diffutils/diffutils_2.8.1.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ sdiff, and cmp utilities. These programs are usually \ used for creating patch files." -PR = "r4" +PR = "r5" SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz" @@ -14,8 +14,7 @@ inherit autotools update-alternatives # 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_linux-uclibceabi = "--without-included-regex" +EXTRA_OECONF_libc-uclibc = "--without-included-regex" do_install_append () { mv ${D}${bindir}/diff ${D}${bindir}/diff.${PN}