summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils/coreutils_6.9.bb
diff options
context:
space:
mode:
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 \