diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-05-21 21:10:40 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-07 09:19:27 +0200 |
commit | 326d9f23bf8d64710f40c58e26be0b5fd7e58a26 (patch) | |
tree | 52db7b6477839313ae2e45e689c972fe1e49c0cf /meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb | |
parent | 41bb044d20a478e9f2fbb5e98a6584f099d8a724 (diff) | |
download | meta-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-pyusb_1.0.0a2.bb')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb b/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb index 4048f4b9c..40242829b 100644 --- a/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb +++ b/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb | |||
@@ -4,6 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a53a9c39efcfb812e2464af14afab013" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a53a9c39efcfb812e2464af14afab013" |
6 | DEPENDS = "libusb1" | 6 | DEPENDS = "libusb1" |
7 | PR = "r1" | ||
7 | 8 | ||
8 | SRC_URI = "\ | 9 | SRC_URI = "\ |
9 | ${SOURCEFORGE_MIRROR}/pyusb/${SRCNAME}-${PV}.tar.gz \ | 10 | ${SOURCEFORGE_MIRROR}/pyusb/${SRCNAME}-${PV}.tar.gz \ |