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:51:40 +0100 |
| commit | e6de510025d8453a3d5d7a3ec2811d0a187f0086 (patch) | |
| tree | 846983408bd62a446644d01b81f14c7835ab256d /meta/recipes-devtools/python/python-argparse_1.2.1.bb | |
| parent | dc290d16eb97f80208ec2d3c9d220003595afc4d (diff) | |
| download | poky-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/python-argparse_1.2.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-argparse_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 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" | |||
| 3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=09d08bb5b7047e2688ea3faad6408aa8" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=09d08bb5b7047e2688ea3faad6408aa8" |
| 5 | SRCNAME = "argparse" | 5 | SRCNAME = "argparse" |
| 6 | PR = "r1" | 6 | PR = "r2" |
| 7 | 7 | ||
| 8 | SRC_URI = "http://argparse.googlecode.com/files/${SRCNAME}-${PV}.tar.gz" | 8 | SRC_URI = "http://argparse.googlecode.com/files/${SRCNAME}-${PV}.tar.gz" |
| 9 | SRC_URI[md5sum] = "2fbef8cb61e506c706957ab6e135840c" | 9 | SRC_URI[md5sum] = "2fbef8cb61e506c706957ab6e135840c" |
