diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-16 16:25:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-16 16:51:41 +0100 |
commit | bef8d8d3bd2d96fb62734071597df415c7c23f4c (patch) | |
tree | cdd40129af7778034324e3dacf78b06eff384f72 /meta/recipes-qt | |
parent | 527ab19c0c3ff5b57e89c4770fe447f15678e02b (diff) | |
download | poky-bef8d8d3bd2d96fb62734071597df415c7c23f4c.tar.gz |
qt4-embedded: bump PR to allow removal of meta-oe bbappend
The meta-oe bbappend only increments PRINC, if we bump INC_PR here we
can remove that.
(From OE-Core rev: 9e74a1c9cb753a426b55544cc41860edb98e8d33)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index f231e98356..7c8876bcae 100644 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ b/meta/recipes-qt/qt4/qt4-embedded.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is | |||
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | HOMEPAGE = "http://qt.nokia.com" | 3 | HOMEPAGE = "http://qt.nokia.com" |
4 | DEPENDS += "directfb tslib" | 4 | DEPENDS += "directfb tslib" |
5 | INC_PR = "r50" | 5 | INC_PR = "r52" |
6 | 6 | ||
7 | QT4EDEPENDS = "" | 7 | QT4EDEPENDS = "" |
8 | QT_BASE_LIB ?= "libqt-embedded" | 8 | QT_BASE_LIB ?= "libqt-embedded" |