diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-07-25 01:20:50 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-07-25 01:20:50 +0000 |
commit | 134b001e5c053100b5f0a3ed2ad2b1ccaf881f41 (patch) | |
tree | 2f16f88686bb2a878ce3942053cbbb2de0ed965f /packages/python/python-setuptools_0.6c8.bb | |
parent | 380deba523042f85bfd62a3af7bd33f018dcb7e7 (diff) | |
parent | 3caf3594fb150525211d76b8df7c504534e4c331 (diff) |
merge of '91420cdee3e34c3b975471cb6fa4e446cd6c12a2'
and 'a7913fd57ede4eb437b7a91d2c525334944c322f'
Diffstat (limited to 'packages/python/python-setuptools_0.6c8.bb')
-rw-r--r-- | packages/python/python-setuptools_0.6c8.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/python/python-setuptools_0.6c8.bb b/packages/python/python-setuptools_0.6c8.bb index 19f73d3f67..5b82ecea69 100644 --- a/packages/python/python-setuptools_0.6c8.bb +++ b/packages/python/python-setuptools_0.6c8.bb @@ -5,9 +5,12 @@ PRIORITY = "optional" LICENSE = "MIT-like" RDEPENDS = "python-distutils python-compression" SRCNAME = "setuptools" -PR = "ml0" +PR = "ml1" -SRC_URI = "http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "\ + http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\ + file://fix-log-usage.patch;patch=1 \ +" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils |