]> code.ossystems Code Review - openembedded-core.git/commitdiff
coreutils_6.9.bb: Remove gettext from DEPENDS
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Apr 2011 03:31:45 +0000 (20:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 11:48:45 +0000 (12:48 +0100)
inheriting gettext should take care of this

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/coreutils/coreutils_6.9.bb

index d8ea8cda9b9d748e068bb16c759ac028f7829bda..f837a2287890afcda7d01165df33667e7291999d 100644 (file)
@@ -9,7 +9,7 @@ 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} gettext "
+DEPENDS = "perl-native coreutils-native-${PV}"
 DEPENDS_virtclass-native = "perl-native gettext-native"
 
 inherit autotools gettext