diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-05-31 15:14:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 14:37:29 +0100 |
commit | 33b845e274b112b880edbd4d09ff45c08b2f007d (patch) | |
tree | 47a79d6a00aeeb34c528c121e66d4417645f7933 | |
parent | b55c6f4352fa4cc45116aaa411f6e95949cb2972 (diff) | |
download | openembedded-core-33b845e274b112b880edbd4d09ff45c08b2f007d.tar.gz openembedded-core-33b845e274b112b880edbd4d09ff45c08b2f007d.tar.bz2 openembedded-core-33b845e274b112b880edbd4d09ff45c08b2f007d.zip |
coreutils: remove unnecessary dependency on perl
OE's coreutils doesn't depend on perl, either.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 6 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.9.bb | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index f837a22878..c9aea3801f 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb @@ -8,9 +8,9 @@ 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 = "r1" -DEPENDS = "perl-native coreutils-native-${PV}" -DEPENDS_virtclass-native = "perl-native gettext-native" +PR = "r2" +DEPENDS = "coreutils-native-${PV}" +DEPENDS_virtclass-native = "gettext-native" inherit autotools gettext diff --git a/meta/recipes-core/coreutils/coreutils_8.9.bb b/meta/recipes-core/coreutils/coreutils_8.9.bb index 955aaf5c42..7f96c6eaf6 100644 --- a/meta/recipes-core/coreutils/coreutils_8.9.bb +++ b/meta/recipes-core/coreutils/coreutils_8.9.bb @@ -7,9 +7,9 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad" -PR = "r1" -DEPENDS = "perl-native gmp" -DEPENDS_virtclass-native = "perl-native" +PR = "r2" +DEPENDS = "gmp" +DEPENDS_virtclass-native = "" inherit autotools gettext |