From 437f92c593d5d2b452d10f0a5597a8cf390c5da8 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 4 May 2012 11:21:05 -0700 Subject: coreutils-native-6.9: fix build with automake 1.12 (From OE-Core rev: bc92089f82cae8ac5fb0ca4cd6b531e1ce5dcf5e) Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- meta/recipes-core/coreutils/coreutils_6.9.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-core/coreutils/coreutils_6.9.bb') diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index 8a47a605c1..bbde63c697 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb @@ -8,7 +8,7 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://src/ls.c;startline=4;endline=16;md5=482a96d4f25010a4e13f8743e0c3685e" -PR = "r2" +PR = "r3" DEPENDS = "coreutils-native-${PV}" DEPENDS_virtclass-native = "gettext-native" @@ -22,7 +22,9 @@ SRC_URI_BASE = "${GNU_MIRROR}/coreutils/${BP}.tar.bz2 \ file://coreutils-i18n.patch \ file://coreutils-overflow.patch \ file://coreutils-fix-install.patch \ - file://man-touch.patch" + file://man-touch.patch \ + file://coreutils_fix_for_automake-1.12.patch \ + " SRC_URI = "${SRC_URI_BASE} file://fix_for_manpage_building.patch" SRC_URI_virtclass-native = "${SRC_URI_BASE}" -- cgit v1.2.3-54-g00ecf