diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:31:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 14:09:38 +0100 |
commit | e4ccab92da24ec206b156b87db6b1d02bc63b457 (patch) | |
tree | 53b30e04417365f0b208ac074c75dde7b0c783c5 /meta | |
parent | 6cbb55921a1e40a5846aa84be027175fc9e7f9c6 (diff) | |
download | poky-e4ccab92da24ec206b156b87db6b1d02bc63b457.tar.gz |
coreutils_6.9.bb: Remove gettext from DEPENDS
inheriting gettext should take care of this
(From OE-Core rev: f8d4d3d573b12e25803cbce7f713811c81601bc5)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index d8ea8cda9b..f837a22878 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "GPLv2+" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 9 | LIC_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" |
11 | PR = "r1" | 11 | PR = "r1" |
12 | DEPENDS = "perl-native coreutils-native-${PV} gettext " | 12 | DEPENDS = "perl-native coreutils-native-${PV}" |
13 | DEPENDS_virtclass-native = "perl-native gettext-native" | 13 | DEPENDS_virtclass-native = "perl-native gettext-native" |
14 | 14 | ||
15 | inherit autotools gettext | 15 | inherit autotools gettext |