python-setuptools-native 0.6c6 inherit native (how did that ever work without?)
authorMichael Lauer <mickey@vanille-media.de>
Sun, 18 May 2008 16:23:56 +0000 (16:23 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 18 May 2008 16:23:56 +0000 (16:23 +0000)
packages/python/python-setuptools-native_0.6c6.bb
packages/python/python-setuptools_0.6c6.bb

index 1b9f909..b7716d8 100644 (file)
@@ -1,4 +1,5 @@
 require python-setuptools_${PV}.bb
+inherit native
 
 DEPENDS = "python-native"
 
index 721b299..fe78e58 100644 (file)
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 LICENSE = "MIT-like"
 RDEPENDS = "python-distutils python-compression"
 SRCNAME = "setuptools"
-PR = "ml1"
+PR = "ml2"
 
 SRC_URI = "http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"