summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/diffutils/diffutils_3.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-07-03 23:44:43 -0700
committerScott Garman <scott.a.garman@intel.com>2012-12-12 20:01:16 -0800
commitb6bcd4e26e94364939c8874db90e64fbb242e841 (patch)
treee6950b1f5760e082467e26c1567bedc9c1727594 /meta/recipes-extended/diffutils/diffutils_3.2.bb
parent965243ab5b5d992977193c444dbbbf09701467c2 (diff)
downloadopenembedded-core-b6bcd4e26e94364939c8874db90e64fbb242e841.tar.gz
openembedded-core-b6bcd4e26e94364939c8874db90e64fbb242e841.tar.bz2
openembedded-core-b6bcd4e26e94364939c8874db90e64fbb242e841.zip
diffutils: Fix build with eglibc 2.16
eglibc 2.16 has removed gets so we account for that Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils_3.2.bb')
-rw-r--r--meta/recipes-extended/diffutils/diffutils_3.2.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.2.bb b/meta/recipes-extended/diffutils/diffutils_3.2.bb
index 174866c1c1..c46863d3a7 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.2.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.2.bb
@@ -5,9 +5,11 @@ SECTION = "base"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-PR = "r0"
+PR = "r1"
-SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz"
+SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz \
+ file://remove-gets.patch \
+ "
inherit autotools update-alternatives gettext