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>
This commit is contained in:
Khem Raj 2011-03-31 20:31:45 -07:00 committed by Richard Purdie
parent 6cbb55921a
commit e4ccab92da
1 changed files with 1 additions and 1 deletions

View 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