aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-10-31 11:25:45 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-01 15:33:16 +0100
commit4d62e7f575e2a87197c74ab4639561b45eec0e60 (patch)
tree1ff5b9b7b7f55d2521c41145e5f81c88a587271d /meta-oe/recipes-qt
parent13729091f98720884dc28f9e66c6fb5525ec3c84 (diff)
downloadmeta-openembedded-contrib-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-qt')
-rw-r--r--meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb1
-rw-r--r--meta-oe/recipes-qt/libconnman-qt/libconnman-qt_1.0.7.bb1
-rw-r--r--meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb1
3 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
index c31261a4cd..c466a3dd72 100644
--- a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
+++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
@@ -7,7 +7,6 @@ LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SECTION = "qt/app"
-PR = "r0"
inherit qt4x11 pkgconfig
diff --git a/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_1.0.7.bb b/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_1.0.7.bb
index 65a27319ff..2288c4f97b 100644
--- a/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_1.0.7.bb
+++ b/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_1.0.7.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f72405080
SECTION = "qt/lib"
-PR = "r0"
inherit qt4x11 pkgconfig
diff --git a/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb b/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb
index 617319ab18..201321f1d8 100644
--- a/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb
+++ b/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb
@@ -4,7 +4,6 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b866a28cda707ec714878bd933f46251"
SECTION = "qt/libs"
-PR = "r0"
# 1.2rc as version will sort lower then 1.2 when it's released
REAL_PV = "1.2rc"