summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-05-18 16:24:38 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-05-18 16:24:38 +0000
commitd00bf954b34e300bea661af0f7d6b18a4043c6ec (patch)
tree48629f9d66582f3cee7e46d3809e7edaa2e0659d /packages
parentc9f59aca1e53304c3904a4036db610c79fd29f81 (diff)
parentefcbba753578d97f18029bf48ae41947f4c54bcc (diff)
merge of '855419893670eddd4f74cc406e9264cde751254c'
and 'b57b6f67dc82434a153a6f60215a283ac096b584'
Diffstat (limited to 'packages')
-rw-r--r--packages/python/python-setuptools-native_0.6c6.bb1
-rw-r--r--packages/python/python-setuptools_0.6c6.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/python/python-setuptools-native_0.6c6.bb b/packages/python/python-setuptools-native_0.6c6.bb
index 1b9f90911d..b7716d8cac 100644
--- a/packages/python/python-setuptools-native_0.6c6.bb
+++ b/packages/python/python-setuptools-native_0.6c6.bb
@@ -1,4 +1,5 @@
require python-setuptools_${PV}.bb
+inherit native
DEPENDS = "python-native"
diff --git a/packages/python/python-setuptools_0.6c6.bb b/packages/python/python-setuptools_0.6c6.bb
index 721b29961e..fe78e585f7 100644
--- a/packages/python/python-setuptools_0.6c6.bb
+++ b/packages/python/python-setuptools_0.6c6.bb
@@ -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}"