diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-07-05 20:11:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 14:21:22 +0100 |
commit | 5168a5055ed8979b6bd6119ef80a18c4b3458c00 (patch) | |
tree | 3cf86573f938c78fca7df9437d7d7a4ecc77a235 /meta-yocto/conf/distro/poky-lsb.conf | |
parent | 93f60471b504802417353595b8730c58272b139e (diff) | |
download | poky-5168a5055ed8979b6bd6119ef80a18c4b3458c00.tar.gz |
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>
Diffstat (limited to 'meta-yocto/conf/distro/poky-lsb.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-lsb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf index 355161bbf4..404c3ecc9f 100644 --- a/meta-yocto/conf/distro/poky-lsb.conf +++ b/meta-yocto/conf/distro/poky-lsb.conf | |||
@@ -3,7 +3,7 @@ require conf/distro/poky.conf | |||
3 | DISTRO = "poky-lsb" | 3 | DISTRO = "poky-lsb" |
4 | DISTROOVERRIDES = "poky:linuxstdbase" | 4 | DISTROOVERRIDES = "poky:linuxstdbase" |
5 | 5 | ||
6 | DISTRO_FEATURES_append = " pam" | 6 | DISTRO_FEATURES_append = " pam largefile opengl" |
7 | PREFERRED_PROVIDER_virtual/libx11 = "libx11" | 7 | PREFERRED_PROVIDER_virtual/libx11 = "libx11" |
8 | 8 | ||
9 | 9 | ||