mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
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>
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
require conf/distro/poky.conf
|
|
|
|
DISTRO = "poky-lsb"
|
|
DISTROOVERRIDES = "poky:linuxstdbase"
|
|
|
|
DISTRO_FEATURES_append = " pam largefile opengl"
|
|
PREFERRED_PROVIDER_virtual/libx11 = "libx11"
|
|
|
|
|