aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-setuptools_0.6c9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-setuptools_0.6c9.bb')
-rw-r--r--recipes/python/python-setuptools_0.6c9.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/python/python-setuptools_0.6c9.bb b/recipes/python/python-setuptools_0.6c9.bb
index d2682bbed6..069437ac9c 100644
--- a/recipes/python/python-setuptools_0.6c9.bb
+++ b/recipes/python/python-setuptools_0.6c9.bb
@@ -4,7 +4,8 @@ SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "MIT"
SRCNAME = "setuptools"
-PR = "ml1"
+PR = "ml2"
+DEPENDS_pn-python-setuptools-native = "python-native"
SRC_URI = "\
http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\
@@ -25,3 +26,7 @@ RDEPENDS_${PN} = "\
SRC_URI[md5sum] = "3864c01d9c719c8924c455714492295e"
SRC_URI[sha256sum] = "e6190497301b6cb1484b9e6173723452c8df1b4cd9ea97af75c9589b1c34b3d8"
+
+BBCLASSEXTEND = "native"
+
+NATIVE_INSTALL_WORKS = "1"