diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-16 16:25:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-16 16:51:41 +0100 |
commit | 527ab19c0c3ff5b57e89c4770fe447f15678e02b (patch) | |
tree | 38a4c73751bb7f7d4e90a11344a563e54807e9ad | |
parent | bb71240dbd875f61e75061b3e11abaab08106e72 (diff) | |
download | poky-527ab19c0c3ff5b57e89c4770fe447f15678e02b.tar.gz |
packagegroup-qte-toolchain-target: bump PR to allow removal of meta-oe bbappend
The meta-oe bbappend only increments PRINC, if we bump PR here we can
remove that.
(From OE-Core rev: 7aadfe2f293da665236aede5cb03f801d420d050)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb b/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb index 9c3b22cc2d..0b022c90a6 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Target packages for Qt Embedded SDK" | 1 | DESCRIPTION = "Target packages for Qt Embedded SDK" |
2 | 2 | ||
3 | PR = "r5" | 3 | PR = "r7" |
4 | 4 | ||
5 | QTLIBPREFIX = "-embedded" | 5 | QTLIBPREFIX = "-embedded" |
6 | 6 | ||