summaryrefslogtreecommitdiff
path: root/meta/recipes-qt/qt4/qt4-x11-free.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-14 15:46:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-15 13:33:37 +0000
commitd4f1ef6b8297826230a68e535098709d07de1f48 (patch)
tree9861b8bf011b78dc035946d9c41281b9e15d8e09 /meta/recipes-qt/qt4/qt4-x11-free.inc
parent92c43229e202d0115ae68e3ab5c6eecde32ea822 (diff)
downloadopenembedded-core-d4f1ef6b8297826230a68e535098709d07de1f48.tar.gz
openembedded-core-d4f1ef6b8297826230a68e535098709d07de1f48.tar.bz2
openembedded-core-d4f1ef6b8297826230a68e535098709d07de1f48.tar.xz
openembedded-core-d4f1ef6b8297826230a68e535098709d07de1f48.zip
qt4: package static libraries correctly to fix warnings
WARNING: QA Issue: non -staticdev package contains static .a library: qt4-demos path '/work/i586-poky-linux/qt4-x11-free-4.7.4-r39.7/packages-split/qt4-demos/usr/bin/qt4/demos/shared/libdemo_shared.a' WARNING: QA Issue: non -staticdev package contains static .a library: qt4-examples path '/work/i586-poky-linux/qt4-x11-free-4.7.4-r39.7/packages-split/qt4-examples/usr/bin/qt4/examples/tools/plugandpaint/plugins/libpnp_basictools.a' Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-x11-free.inc')
-rw-r--r--meta/recipes-qt/qt4/qt4-x11-free.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc
index 56f349a31..e1bef642a 100644
--- a/meta/recipes-qt/qt4/qt4-x11-free.inc
+++ b/meta/recipes-qt/qt4/qt4-x11-free.inc
@@ -5,7 +5,7 @@ HOMEPAGE = "http://qt.nokia.com"
SECTION = "x11/libs"
DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor"
-INC_PR = "r39"
+INC_PR = "r40"
QT_GLFLAGS ?= "${@base_contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} "
QT_GLFLAGS_qemux86 = "-opengl"