From: Paul Eggleton Date: Tue, 16 Apr 2013 15:25:08 +0000 (+0100) Subject: qt4-embedded: bump PR to allow removal of meta-oe bbappend X-Git-Tag: 2015-4~6809 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9e74a1c9cb753a426b55544cc41860edb98e8d33;p=openembedded-core.git 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. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- 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 SECTION = "libs" HOMEPAGE = "http://qt.nokia.com" DEPENDS += "directfb tslib" -INC_PR = "r50" +INC_PR = "r52" QT4EDEPENDS = "" QT_BASE_LIB ?= "libqt-embedded"