All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] libQtOpenGL: Install libQtOpenGL to an lsb image
@ 2011-07-05 12:10 Xiaofeng Yan
  2011-07-05 12:11 ` [PATCH 1/1] " Xiaofeng Yan
  0 siblings, 1 reply; 3+ messages in thread
From: Xiaofeng Yan @ 2011-07-05 12:10 UTC (permalink / raw)
  To: poky

Hi Saul,

I add this pakcage to task-core-lsb.bb to support qtopengl in an lsb image.


Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/opengl-lsb
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/opengl-lsb

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  libQtOpenGL: Install libQtOpenGL to an lsb image

 meta-yocto/conf/distro/poky-lsb.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] libQtOpenGL: Install libQtOpenGL to an lsb image
  2011-07-05 12:10 [PATCH 0/1] libQtOpenGL: Install libQtOpenGL to an lsb image Xiaofeng Yan
@ 2011-07-05 12:11 ` Xiaofeng Yan
  2011-07-05 13:21   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Xiaofeng Yan @ 2011-07-05 12:11 UTC (permalink / raw)
  To: poky

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>
---
 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"
 
 
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] libQtOpenGL: Install libQtOpenGL to an lsb image
  2011-07-05 12:11 ` [PATCH 1/1] " Xiaofeng Yan
@ 2011-07-05 13:21   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-07-05 13:21 UTC (permalink / raw)
  To: Xiaofeng Yan; +Cc: poky

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@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-05 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-05 12:10 [PATCH 0/1] libQtOpenGL: Install libQtOpenGL to an lsb image Xiaofeng Yan
2011-07-05 12:11 ` [PATCH 1/1] " Xiaofeng Yan
2011-07-05 13:21   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.