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 12:48:45 +0100 |
commit | f8d4d3d573b12e25803cbce7f713811c81601bc5 (patch) | |
tree | b6ed6348d084da2dd156f8bbcaf52ef82c9f2c7e /meta/recipes-core | |
parent | 227166e0991a3404d164e6bf9b9d7d3bc356c343 (diff) | |
download | openembedded-core-f8d4d3d573b12e25803cbce7f713811c81601bc5.tar.gz openembedded-core-f8d4d3d573b12e25803cbce7f713811c81601bc5.tar.bz2 openembedded-core-f8d4d3d573b12e25803cbce7f713811c81601bc5.zip |
coreutils_6.9.bb: Remove gettext from DEPENDS
inheriting gettext should take care of this
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core')
-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+" 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 |