[oe-commits] Tom Rini : python-pyrex: Rework DEPENDS updates

git version control git at git.openembedded.org
Fri Oct 1 15:45:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9ab967ddf14b03c6d43d89b48d412c2e8f47ed2f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9ab967ddf14b03c6d43d89b48d412c2e8f47ed2f

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Oct  1 07:42:43 2010 -0700

python-pyrex: Rework DEPENDS updates

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/python/python-pyrex_0.9.8.5.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-pyrex_0.9.8.5.bb b/recipes/python/python-pyrex_0.9.8.5.bb
index 34af4f8..7a277ce 100644
--- a/recipes/python/python-pyrex_0.9.8.5.bb
+++ b/recipes/python/python-pyrex_0.9.8.5.bb
@@ -5,7 +5,8 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "GPL"
 SRCNAME = "Pyrex"
-DEPENDS_pn-python-pyrex-native = "python-native"
+DEPENDS += "python"
+DEPENDS_virtclass-native += "python-native"
 PR = "ml2"
 
 SRC_URI = "\





More information about the Openembedded-commits mailing list