[oe-commits] Jesse Zhang : coreutils: remove dependency on coreutils-native

git at git.openembedded.org git at git.openembedded.org
Fri Feb 8 15:27:16 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 194c902c28291d564cef71bdd9588afa5b72d9f5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=194c902c28291d564cef71bdd9588afa5b72d9f5

Author: Jesse Zhang <sen.zhang at windriver.com>
Date:   Fri Jan 11 13:38:32 2013 +0800

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.

Signed-off-by: Jesse Zhang <sen.zhang at windriver.com>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 37d8dc9..c0778ba 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"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
                     file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543"
-PR = "r4"
-DEPENDS = "coreutils-native-${PV}"
+PR = "r5"
 DEPENDS_class-native = "gettext-native"
 
 inherit autotools gettext





More information about the Openembedded-commits mailing list