summaryrefslogtreecommitdiffstats
path: root/recipes-qt3
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-06-26 10:38:52 +0800
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-06-28 11:42:09 +0100
commit54bdabfed9007d9db6284bb93f431b8b08014de0 (patch)
treeee13b7b66ab599f4d38f251aecf0822b2c209c23 /recipes-qt3
parent4c27cce6688aa39852f3cba5e7b80ec279019605 (diff)
downloadmeta-qt3-54bdabfed9007d9db6284bb93f431b8b08014de0.tar.gz
qt-x11-free: add missing DEPENDS on libglu for LSB Library Check
When libglu is missing in qt-x11-free's DEPENDS, the LSB 4.1 Library Check will fail: ... Checking library symbols (libqt-mt.so.3) Did not find _ZN10QGLContext10currentCtxE (unversioned) in libqt-mt.so.3 Unmangled symbol name: QGLContext::currentCtx ... [YOCTO #4016] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Diffstat (limited to 'recipes-qt3')
-rw-r--r--recipes-qt3/qt3/qt-x11-free_3.3.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb b/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
index a67dd63..af4fc01 100644
--- a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
+++ b/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
@@ -1,4 +1,4 @@
1DEPENDS = "qt-x11-free-native freetype virtual/libx11 libxmu libxft libxext libxrender libxrandr libxcursor virtual/libgl" 1DEPENDS = "qt-x11-free-native freetype virtual/libx11 libxmu libxft libxext libxrender libxrandr libxcursor virtual/libgl libglu"
2PROVIDES = "qt3x11" 2PROVIDES = "qt3x11"
3PR = "${INC_PR}.1" 3PR = "${INC_PR}.1"
4 4