diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-05-18 16:24:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-05-18 16:24:38 +0000 |
commit | d00bf954b34e300bea661af0f7d6b18a4043c6ec (patch) | |
tree | 48629f9d66582f3cee7e46d3809e7edaa2e0659d /packages | |
parent | c9f59aca1e53304c3904a4036db610c79fd29f81 (diff) | |
parent | efcbba753578d97f18029bf48ae41947f4c54bcc (diff) |
merge of '855419893670eddd4f74cc406e9264cde751254c'
and 'b57b6f67dc82434a153a6f60215a283ac096b584'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-setuptools-native_0.6c6.bb | 1 | ||||
-rw-r--r-- | packages/python/python-setuptools_0.6c6.bb | 2 |
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}" |