From: Tom Zanussi <tom.zanussi@intel.com>
To: Yu Ke <ke.yu@intel.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: [PATCH 1/1] emenlow xpsb-glx: add package libglu to fix lsb image build warning
Date: Sun, 28 Aug 2011 08:09:01 -0500 [thread overview]
Message-ID: <1314536941.6559.0.camel@elmorro> (raw)
In-Reply-To: <7ec0c9b144bec334d90299b3f4ebcad3346cd9cd.1314529271.git.ke.yu@intel.com>
On Sun, 2011-08-28 at 04:10 -0700, Yu Ke wrote:
> lsb image requires libglu, so split the xpsb-glx to provide the libglu
> package. mesa-dri also do in the same way. so this patch make xpsb-glx
> in sync with mesa-dri.
>
> Fix [YOCTO #1395]
>
Thanks, Yu Ke. Pulled into meta-intel/master.
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
> Signed-off-by: Yu Ke <ke.yu@intel.com>
> ---
> .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb | 7 ++++++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
> index 0d675c6..8fb25d6 100644
> --- a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
> +++ b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
> @@ -4,7 +4,7 @@ DESCRIPTION = "X11 drivers for Poulsbo (psb) 3D acceleration"
> # not Intel proprietary, but it has no obvious license attached to it.
> LICENSE = "Intel-binary-only"
> LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8"
> -PR = "r7"
> +PR = "r8"
>
> inherit autotools
>
> @@ -41,6 +41,11 @@ DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libx
> FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \
> ${libdir}/xorg/modules/drivers/*"
>
> +PACKAGES =+ "libglu libglu-dev"
> +
> +FILES_libglu = "${libdir}/libGLU.so.*"
> +FILES_libglu-dev = "${libdir}/libGLU.* ${includedir}/GL/glu*.h"
> +
> # Multiple virtual/gl providers being built breaks staging
> EXCLUDE_FROM_WORLD = "1"
>
prev parent reply other threads:[~2011-08-28 13:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-28 11:10 [PATCH 0/1] fix for emenlow lsb bug 1395 Yu Ke
2011-08-28 11:10 ` [PATCH 1/1] emenlow xpsb-glx: add package libglu to fix lsb image build warning Yu Ke
2011-08-28 13:09 ` Tom Zanussi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1314536941.6559.0.camel@elmorro \
--to=tom.zanussi@intel.com \
--cc=ke.yu@intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.