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-qt | |
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-qt')
-rw-r--r-- | meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-qt/libconnman-qt/libconnman-qt_1.0.7.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb | 1 |
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" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | SECTION = "qt/app" | 8 | SECTION = "qt/app" |
9 | 9 | ||
10 | PR = "r0" | ||
11 | 10 | ||
12 | inherit qt4x11 pkgconfig | 11 | inherit qt4x11 pkgconfig |
13 | 12 | ||
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 | |||
5 | 5 | ||
6 | SECTION = "qt/lib" | 6 | SECTION = "qt/lib" |
7 | 7 | ||
8 | PR = "r0" | ||
9 | 8 | ||
10 | inherit qt4x11 pkgconfig | 9 | inherit qt4x11 pkgconfig |
11 | 10 | ||
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" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b866a28cda707ec714878bd933f46251" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b866a28cda707ec714878bd933f46251" |
5 | SECTION = "qt/libs" | 5 | SECTION = "qt/libs" |
6 | 6 | ||
7 | PR = "r0" | ||
8 | 7 | ||
9 | # 1.2rc as version will sort lower then 1.2 when it's released | 8 | # 1.2rc as version will sort lower then 1.2 when it's released |
10 | REAL_PV = "1.2rc" | 9 | REAL_PV = "1.2rc" |