aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-05-21 21:10:40 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-06-07 09:19:27 +0200
commit326d9f23bf8d64710f40c58e26be0b5fd7e58a26 (patch)
tree52db7b6477839313ae2e45e689c972fe1e49c0cf /meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
parent41bb044d20a478e9f2fbb5e98a6584f099d8a724 (diff)
downloadmeta-openembedded-326d9f23bf8d64710f40c58e26be0b5fd7e58a26.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. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-pexpect_2.3.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python-pexpect_2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb b/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
index 9a76ff6dae..d1b8530bcf 100644
--- a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
+++ b/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE;md5=04a2bf11b85ce49d4a8c0c413fd34404"
SRCNAME = "pexpect"
-PR = "ml2"
+PR = "ml3"
SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"