From 33b845e274b112b880edbd4d09ff45c08b2f007d Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 31 May 2011 15:14:40 +0800 Subject: coreutils: remove unnecessary dependency on perl OE's coreutils doesn't depend on perl, either. Signed-off-by: Dexuan Cui --- meta/recipes-core/coreutils/coreutils_6.9.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 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 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 -- cgit 1.2.3-korg