From 4d62e7f575e2a87197c74ab4639561b45eec0e60 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 31 Oct 2013 11:25:45 +0100 Subject: 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 --- meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb | 1 - meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb | 1 - meta-oe/recipes-devtools/python/python-dateutil_1.5.bb | 1 - meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb | 1 - meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb | 1 - 5 files changed, 5 deletions(-) (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb index c96723f67c..5baaecc344 100644 --- a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb +++ b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb @@ -1,6 +1,5 @@ require autoconf-archive.inc -PR = "r0" PARALLEL_MAKE = "" diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb index e0ae1e6742..da24dde4a4 100644 --- a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb +++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb @@ -6,7 +6,6 @@ BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://INSTALL;md5=fd3fffde3e364ca1fb46c81b741a766a" -PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/project/log4cplus/log4cplus-stable/${PV}/log4cplus-${PV}.tar.gz" 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 6e105245ab..906fcd868d 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" LICENSE = "PSF" LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6" SRCNAME = "${PN}" -PR = "r0" SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz" 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 0d4c1e4ae9..05479db454 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 DEPENDS = "python-native" RDEPENDS_${PN} = "" -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 09c9312b9e..43b4b7efa2 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/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=baffc5e5f4804c92fc9be155fed70d41" RDEPENDS_${PN} += "python-numbers" -PR = "r0" SRCNAME = "SQLAlchemy" SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz" -- cgit 1.2.3-korg