From cde17a27e27903f8d2e9113a62a5a7d479eaac10 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 18 Jan 2011 17:41:34 -0700 Subject: diffutils: Switch to libc-uclibc Signed-off-by: Tom Rini --- recipes/diffutils/diffutils_2.8.1.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes/diffutils') 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} -- cgit 1.2.3-korg