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 <[email protected]> --- recipes-qt3/qt3/qt-x11-free_3.3.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -DEPENDS = "qt-x11-free-native freetype virtual/libx11 libxmu libxft libxext libxrender libxrandr libxcursor virtual/libgl" +DEPENDS = "qt-x11-free-native freetype virtual/libx11 libxmu libxft libxext libxrender libxrandr libxcursor virtual/libgl libglu" PROVIDES = "qt3x11" PR = "${INC_PR}.1" -- 1.8.1.2 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
