diff options
author | Yu Ke <ke.yu@intel.com> | 2011-08-28 04:10:49 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-28 08:03:54 -0500 |
commit | 902d2f3c919cd1d870dc8d35a7521cbba42e53ea (patch) | |
tree | 7de4193569f5d78d23b81b2635b3c3b5fc58939f | |
parent | dc00302411d9384deb0c61b34240aa43f108a736 (diff) | |
download | meta-intel-902d2f3c919cd1d870dc8d35a7521cbba42e53ea.tar.gz |
emenlow xpsb-glx: add package libglu to fix lsb image build warning
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]
Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r-- | meta-emenlow/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 0d675c6d..8fb25d6f 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" | |||
4 | # not Intel proprietary, but it has no obvious license attached to it. | 4 | # not Intel proprietary, but it has no obvious license attached to it. |
5 | LICENSE = "Intel-binary-only" | 5 | LICENSE = "Intel-binary-only" |
6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8" | 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8" |
7 | PR = "r7" | 7 | PR = "r8" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools |
10 | 10 | ||
@@ -41,6 +41,11 @@ DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libx | |||
41 | FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \ | 41 | FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \ |
42 | ${libdir}/xorg/modules/drivers/*" | 42 | ${libdir}/xorg/modules/drivers/*" |
43 | 43 | ||
44 | PACKAGES =+ "libglu libglu-dev" | ||
45 | |||
46 | FILES_libglu = "${libdir}/libGLU.so.*" | ||
47 | FILES_libglu-dev = "${libdir}/libGLU.* ${includedir}/GL/glu*.h" | ||
48 | |||
44 | # Multiple virtual/gl providers being built breaks staging | 49 | # Multiple virtual/gl providers being built breaks staging |
45 | EXCLUDE_FROM_WORLD = "1" | 50 | EXCLUDE_FROM_WORLD = "1" |
46 | 51 | ||