diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-31 11:25:45 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-01 15:33:16 +0100 |
commit | 4d62e7f575e2a87197c74ab4639561b45eec0e60 (patch) | |
tree | 1ff5b9b7b7f55d2521c41145e5f81c88a587271d /meta-oe/recipes-devtools/python | |
parent | 13729091f98720884dc28f9e66c6fb5525ec3c84 (diff) | |
download | meta-openembedded-4d62e7f575e2a87197c74ab4639561b45eec0e60.tar.gz |
recipes: Remove PR = r0 from all recipes
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done
with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i
* We've switching to the PR server, PR bumps are no longer needed and
this saves people either accidentally bumping them or forgetting to
remove the lines (r0 is the default anyway).
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
3 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb b/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb index 6e105245a..906fcd868 100644 --- a/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb +++ b/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb | |||
@@ -4,7 +4,6 @@ SECTION = "devel/python" | |||
4 | LICENSE = "PSF" | 4 | LICENSE = "PSF" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6" |
6 | SRCNAME = "${PN}" | 6 | SRCNAME = "${PN}" |
7 | PR = "r0" | ||
8 | 7 | ||
9 | SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz" | 8 | SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz" |
10 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 9 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
diff --git a/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb index 0d4c1e4ae..05479db45 100644 --- a/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb +++ b/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb | |||
@@ -3,4 +3,3 @@ inherit native pythonnative | |||
3 | 3 | ||
4 | DEPENDS = "python-native" | 4 | DEPENDS = "python-native" |
5 | RDEPENDS_${PN} = "" | 5 | RDEPENDS_${PN} = "" |
6 | PR = "r0" | ||
diff --git a/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb index 09c9312b9..43b4b7efa 100644 --- a/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb +++ b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb | |||
@@ -4,7 +4,6 @@ HOMEPAGE = "http://www.sqlalchemy.org/" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=baffc5e5f4804c92fc9be155fed70d41" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=baffc5e5f4804c92fc9be155fed70d41" |
6 | RDEPENDS_${PN} += "python-numbers" | 6 | RDEPENDS_${PN} += "python-numbers" |
7 | PR = "r0" | ||
8 | 7 | ||
9 | SRCNAME = "SQLAlchemy" | 8 | SRCNAME = "SQLAlchemy" |
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz" |