diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-05-21 22:54:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-24 08:34:50 +0100 |
commit | 61487342764684cacef765e221609fe16ffc2740 (patch) | |
tree | db79fa46e826ef203ee3dec8d1d797c4b3ef5999 /meta/recipes-devtools/python/python-setuptools_0.6c11.bb | |
parent | 25e186ad5b75bd2f93435857580bd16698e18e21 (diff) | |
download | openembedded-core-61487342764684cacef765e221609fe16ffc2740.tar.gz openembedded-core-61487342764684cacef765e221609fe16ffc2740.tar.bz2 openembedded-core-61487342764684cacef765e221609fe16ffc2740.zip |
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/recipes-devtools/python/python-setuptools_0.6c11.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-setuptools_0.6c11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" 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" |