[poky] [PATCH 1/1] libQtOpenGL: Install libQtOpenGL to an lsb image
Richard Purdie
richard.purdie at linuxfoundation.org
Tue Jul 5 06:21:39 PDT 2011
On Tue, 2011-07-05 at 20:11 +0800, Xiaofeng Yan wrote:
> 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 at windriver.com>
> ---
> 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 355161b..404c3ec 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
> DISTRO = "poky-lsb"
> DISTROOVERRIDES = "poky:linuxstdbase"
>
> -DISTRO_FEATURES_append = " pam"
> +DISTRO_FEATURES_append = " pam largefile opengl"
> PREFERRED_PROVIDER_virtual/libx11 = "libx11"
>
Merged to master, thanks.
Richard
More information about the poky
mailing list