diff options
author | Jesse Zhang <sen.zhang@windriver.com> | 2013-01-11 13:38:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-08 14:50:37 +0000 |
commit | 0ad5e6753796e050f2a9824d0516218896fe87e1 (patch) | |
tree | d628f2324b19c8461194a1e807cb6769004a8e05 | |
parent | eef73b44893fdaf5918c494d315e2a0b69e4a008 (diff) | |
download | poky-0ad5e6753796e050f2a9824d0516218896fe87e1.tar.gz |
coreutils: remove dependency on coreutils-native
[ CQID: WIND00397793 ]
It's not reasonable to build such a low-level package. Remove the
dependency so that we always use the host version.
The 8.14 recipe doesn't have such dependency so needs no change.
(From OE-Core rev: 194c902c28291d564cef71bdd9588afa5b72d9f5)
Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index 37d8dc9d51..c0778bacb5 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb | |||
@@ -8,8 +8,7 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils" | |||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
10 | file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543" | 10 | file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543" |
11 | PR = "r4" | 11 | PR = "r5" |
12 | DEPENDS = "coreutils-native-${PV}" | ||
13 | DEPENDS_class-native = "gettext-native" | 12 | DEPENDS_class-native = "gettext-native" |
14 | 13 | ||
15 | inherit autotools gettext | 14 | inherit autotools gettext |