[oe-commits] Tom Rini : python-setuptools: 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: ffcce548a4f93fc25530cb34502664700277bd0c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ffcce548a4f93fc25530cb34502664700277bd0c

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

python-setuptools: Rework DEPENDS updates

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

---

 recipes/python/python-setuptools_0.6c9.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-setuptools_0.6c9.bb b/recipes/python/python-setuptools_0.6c9.bb
index 069437a..93eb485 100644
--- a/recipes/python/python-setuptools_0.6c9.bb
+++ b/recipes/python/python-setuptools_0.6c9.bb
@@ -5,7 +5,8 @@ PRIORITY = "optional"
 LICENSE = "MIT"
 SRCNAME = "setuptools"
 PR = "ml2"
-DEPENDS_pn-python-setuptools-native = "python-native"
+DEPENDS += "python"
+DEPENDS_virtclass-native += "python-native"
 
 SRC_URI = "\
   http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\





More information about the Openembedded-commits mailing list