summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-05-21 22:54:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-24 08:51:40 +0100
commite6de510025d8453a3d5d7a3ec2811d0a187f0086 (patch)
tree846983408bd62a446644d01b81f14c7835ab256d /meta/recipes-devtools/python
parentdc290d16eb97f80208ec2d3c9d220003595afc4d (diff)
downloadpoky-e6de510025d8453a3d5d7a3ec2811d0a187f0086.tar.gz
python: bump PR of packages after update of distutils.bbclass
* Bump every recipe inheriting distutils or setuptools and not overriding do_install without calling distutils_do_install. (From OE-Core rev: 61487342764684cacef765e221609fe16ffc2740) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-argparse_1.2.1.bb2
-rw-r--r--meta/recipes-devtools/python/python-imaging_1.1.7.bb2
-rw-r--r--meta/recipes-devtools/python/python-pycurl_7.19.0.bb2
-rw-r--r--meta/recipes-devtools/python/python-pyrex_0.9.9.bb2
-rw-r--r--meta/recipes-devtools/python/python-scons_2.1.0.bb2
-rw-r--r--meta/recipes-devtools/python/python-setuptools_0.6c11.bb2
6 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python-argparse_1.2.1.bb b/meta/recipes-devtools/python/python-argparse_1.2.1.bb
index 789cee110e..7c15575408 100644
--- a/meta/recipes-devtools/python/python-argparse_1.2.1.bb
+++ b/meta/recipes-devtools/python/python-argparse_1.2.1.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
3LICENSE = "PSF" 3LICENSE = "PSF"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=09d08bb5b7047e2688ea3faad6408aa8" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=09d08bb5b7047e2688ea3faad6408aa8"
5SRCNAME = "argparse" 5SRCNAME = "argparse"
6PR = "r1" 6PR = "r2"
7 7
8SRC_URI = "http://argparse.googlecode.com/files/${SRCNAME}-${PV}.tar.gz" 8SRC_URI = "http://argparse.googlecode.com/files/${SRCNAME}-${PV}.tar.gz"
9SRC_URI[md5sum] = "2fbef8cb61e506c706957ab6e135840c" 9SRC_URI[md5sum] = "2fbef8cb61e506c706957ab6e135840c"
diff --git a/meta/recipes-devtools/python/python-imaging_1.1.7.bb b/meta/recipes-devtools/python/python-imaging_1.1.7.bb
index 6d9743e4b9..a36c34462a 100644
--- a/meta/recipes-devtools/python/python-imaging_1.1.7.bb
+++ b/meta/recipes-devtools/python/python-imaging_1.1.7.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec" 4LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec"
5DEPENDS = "freetype jpeg tiff" 5DEPENDS = "freetype jpeg tiff"
6SRCNAME = "Imaging" 6SRCNAME = "Imaging"
7PR = "r3" 7PR = "r4"
8 8
9SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \ 9SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \
10 file://0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch" 10 file://0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch"
diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb
index 8b849d7a38..122e1bdedc 100644
--- a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb
+++ b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b
9DEPENDS = "curl python" 9DEPENDS = "curl python"
10RDEPENDS_${PN} = "python-core curl" 10RDEPENDS_${PN} = "python-core curl"
11SRCNAME = "pycurl" 11SRCNAME = "pycurl"
12PR = "r2" 12PR = "r3"
13 13
14SRC_URI = "\ 14SRC_URI = "\
15 http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \ 15 http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \
diff --git a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb
index 568fb0d53e..0ae35b0536 100644
--- a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb
+++ b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
5LICENSE = "Apache-2.0" 5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=771d472f53f933033f57eeee7808e5bd" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=771d472f53f933033f57eeee7808e5bd"
7SRCNAME = "Pyrex" 7SRCNAME = "Pyrex"
8PR = "r3" 8PR = "r4"
9 9
10SRC_URI = "\ 10SRC_URI = "\
11 http://www.cosc.canterbury.ac.nz/greg.ewing/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ 11 http://www.cosc.canterbury.ac.nz/greg.ewing/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
diff --git a/meta/recipes-devtools/python/python-scons_2.1.0.bb b/meta/recipes-devtools/python/python-scons_2.1.0.bb
index f0b5b1ffea..8c5aa071e9 100644
--- a/meta/recipes-devtools/python/python-scons_2.1.0.bb
+++ b/meta/recipes-devtools/python/python-scons_2.1.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ab8b65435c2e520ed18e67459f1f9bb9" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ab8b65435c2e520ed18e67459f1f9bb9"
5SRCNAME = "scons" 5SRCNAME = "scons"
6 6
7PR = "r1" 7PR = "r2"
8 8
9SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" 9SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
10 10
diff --git a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
index 5dd5f31bf1..a769714ba2 100644
--- a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
+++ b/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
@@ -5,7 +5,7 @@ LICENSE = "PSF"
5LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e" 5LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e"
6 6
7SRCNAME = "setuptools" 7SRCNAME = "setuptools"
8PR = "ml3" 8PR = "ml4"
9DEPENDS += "python" 9DEPENDS += "python"
10DEPENDS_virtclass-native += "python-native" 10DEPENDS_virtclass-native += "python-native"
11 11