Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bzip2-full-native: Remove PROVIDES_append_virtclass-native and modify python-native DEPENDS.
@ 2012-01-26 15:50 Andrei Gherzan
  2012-01-26 20:18 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Gherzan @ 2012-01-26 15:50 UTC (permalink / raw)
  To: openembedded-core; +Cc: flocirel, Andrei Gherzan

From: Andrei Gherzan <andrei.gherzan@windriver.com>

There are no more -full-native virtclass-native in yocto. The only dependency for this is in
python where DEPENDS was changed accordingly.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 .../recipes-devtools/python/python-native_2.7.2.bb |    2 +-
 meta/recipes-extended/bzip2/bzip2_1.0.6.bb         |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/python/python-native_2.7.2.bb b/meta/recipes-devtools/python/python-native_2.7.2.bb
index 8bf0af0..5e99a42 100644
--- a/meta/recipes-devtools/python/python-native_2.7.2.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.2.bb
@@ -1,5 +1,5 @@
 require python.inc
-DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native sqlite3-native"
+DEPENDS = "openssl-native bzip2-native zlib-native readline-native sqlite3-native"
 PR = "${INC_PR}.3"
 
 SRC_URI += "file://04-default-is-optimized.patch \
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
index 14cd240..23b2bdb 100644
--- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
+++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
@@ -28,5 +28,4 @@ do_configure_prepend () {
 	cp ${STAGING_DATADIR_NATIVE}/automake*/install-sh ${S}/
 }
 
-PROVIDES_append_virtclass-native = " bzip2-full-native"
 BBCLASSEXTEND = "native"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-26 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26 15:50 [PATCH] bzip2-full-native: Remove PROVIDES_append_virtclass-native and modify python-native DEPENDS Andrei Gherzan
2012-01-26 20:18 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox