summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils/coreutils_6.9.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-03-17 10:25:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-18 11:36:55 +0000
commit21d5d3cf5e2062f8d76ef052681c2111255c043b (patch)
treefee7ecd4d8cdb2000c734e915929458433566847 /meta/recipes-core/coreutils/coreutils_6.9.bb
parent97d3ddedcc9b27f0e3e6c3da71029bee2c326684 (diff)
downloadpoky-21d5d3cf5e2062f8d76ef052681c2111255c043b.tar.gz
coreutils-6.9: fix man page building for the gplv2 recipe
Added a new patch: coreutils-6.9/fix_for_manpage_building.patch And the target recipe now depends on the native recipe for the manpage generation. Similar fix may be needed to the GPLv3 version of this recipe. (From OE-Core rev: 543577c25b5a4e89a3ab15ee28e754b71c2a43d5) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/coreutils/coreutils_6.9.bb')
-rw-r--r--meta/recipes-core/coreutils/coreutils_6.9.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb
index 60ea903432..2d7fdedea8 100644
--- a/meta/recipes-core/coreutils/coreutils_6.9.bb
+++ b/meta/recipes-core/coreutils/coreutils_6.9.bb
@@ -8,12 +8,13 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils"
8LICENSE = "GPLv2+" 8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
10 file://src/ls.c;startline=4;endline=16;md5=482a96d4f25010a4e13f8743e0c3685e" 10 file://src/ls.c;startline=4;endline=16;md5=482a96d4f25010a4e13f8743e0c3685e"
11PR = "r0" 11PR = "r1"
12DEPENDS = "perl-native" 12DEPENDS = "perl-native coreutils-native-${PV} gettext "
13DEPENDS_virtclass-native = "perl-native gettext-native"
13 14
14inherit autotools gettext 15inherit autotools gettext
15 16
16SRC_URI = "http://ftp.gnu.org/gnu/coreutils/${BP}.tar.bz2 \ 17SRC_URI_BASE = "http://ftp.gnu.org/gnu/coreutils/${BP}.tar.bz2 \
17 file://gnulib_m4.patch \ 18 file://gnulib_m4.patch \
18 file://futimens.patch \ 19 file://futimens.patch \
19 file://coreutils-ls-x.patch \ 20 file://coreutils-ls-x.patch \
@@ -23,6 +24,9 @@ SRC_URI = "http://ftp.gnu.org/gnu/coreutils/${BP}.tar.bz2 \
23 file://coreutils-fix-install.patch \ 24 file://coreutils-fix-install.patch \
24 file://man-touch.patch" 25 file://man-touch.patch"
25 26
27SRC_URI = "${SRC_URI_BASE} file://fix_for_manpage_building.patch"
28SRC_URI_virtclass-native = "${SRC_URI_BASE}"
29
26# [ gets a special treatment and is not included in this 30# [ gets a special treatment and is not included in this
27bindir_progs = "base64 basename cksum comm csplit cut dir dircolors dirname du \ 31bindir_progs = "base64 basename cksum comm csplit cut dir dircolors dirname du \
28 env expand expr factor fmt fold groups head hostid id install \ 32 env expand expr factor fmt fold groups head hostid id install \