]> code.ossystems Code Review - openembedded-core.git/commitdiff
qt4-x11-free: bump PR to allow removal of meta-oe bbappend
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 16 Apr 2013 15:25:09 +0000 (16:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2013 15:50:43 +0000 (16:50 +0100)
The meta-oe bbappend only increments PRINC, if we bump INC_PR here we
can remove that.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-qt/qt4/qt4-x11-free.inc

index a50b0c77603062eb37328171d25d8db86f3860db..8853260f43d04b25af14e46097e200ed38c7e4ca 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender li
 PROVIDES += "qt4-x11"
 QT4DEPENDS = ""
 
-INC_PR = "r48"
+INC_PR = "r50"
 
 QT_GLFLAGS ?= "${@base_contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} "
 QT_GLFLAGS_qemux86 = "-opengl"