]> code.ossystems Code Review - openembedded-core.git/commitdiff
python: bump PR of packages after update of distutils.bbclass
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 21 May 2012 20:54:24 +0000 (22:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 May 2012 07:34:50 +0000 (08:34 +0100)
* Bump every recipe inheriting distutils or setuptools and
  not overriding do_install without calling distutils_do_install.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-devtools/python/python-argparse_1.2.1.bb
meta/recipes-devtools/python/python-imaging_1.1.7.bb
meta/recipes-devtools/python/python-pycurl_7.19.0.bb
meta/recipes-devtools/python/python-pyrex_0.9.9.bb
meta/recipes-devtools/python/python-scons_2.1.0.bb
meta/recipes-devtools/python/python-setuptools_0.6c11.bb

index 789cee110efbecad240a38650250db63642f1d01..7c1557540893268e87401507447c44adf1f2efd5 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "devel/python"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=09d08bb5b7047e2688ea3faad6408aa8"
 SRCNAME = "argparse"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://argparse.googlecode.com/files/${SRCNAME}-${PV}.tar.gz"
 SRC_URI[md5sum] = "2fbef8cb61e506c706957ab6e135840c"
index 6d9743e4b9e7ef3290cb069f5682a230a495e0f4..a36c34462adda484a142ae8ef33f38f447a197df 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec"
 DEPENDS = "freetype jpeg tiff"
 SRCNAME = "Imaging"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \
            file://0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch"
index 8b849d7a38553c80861992a97585b367b076ba07..122e1bdedc2ffafef7a965a20bcbb05f416f6255 100644 (file)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b
 DEPENDS = "curl python"
 RDEPENDS_${PN} = "python-core curl"
 SRCNAME = "pycurl"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "\
   http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \
index 568fb0d53e412fa51a8e2448406da9a6511de512..0ae35b05360a30ae73edccff376f80a47c26155d 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=771d472f53f933033f57eeee7808e5bd"
 SRCNAME = "Pyrex"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "\
   http://www.cosc.canterbury.ac.nz/greg.ewing/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
index f0b5b1ffea5b5cd440e4bea77e27236e37c19f30..8c5aa071e9dc4ca1536d1d7f182d28f05d3a1008 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ab8b65435c2e520ed18e67459f1f9bb9"
 SRCNAME = "scons"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
 
index 5dd5f31bf1efade880ad7e8e1d321e7f92043b42..a769714ba209137e1e5075cc8eae906a60d11996 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e"
 
 SRCNAME = "setuptools"
-PR = "ml3"
+PR = "ml4"
 DEPENDS += "python"
 DEPENDS_virtclass-native += "python-native"