libQtOpenGL: Install libQtOpenGL to an lsb image

Library "libQtOpenGL" is needed by an lsb image. So I add it to task-core-lsb.bb
Fix Bug [YOCTO #1020]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
This commit is contained in:
Xiaofeng Yan 2011-07-05 20:11:05 +08:00 committed by Richard Purdie
parent 93f60471b5
commit 5168a5055e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require conf/distro/poky.conf
DISTRO = "poky-lsb"
DISTROOVERRIDES = "poky:linuxstdbase"
DISTRO_FEATURES_append = " pam"
DISTRO_FEATURES_append = " pam largefile opengl"
PREFERRED_PROVIDER_virtual/libx11 = "libx11"