summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-08-28 04:10:49 -0700
committerTom Zanussi <tom.zanussi@intel.com>2011-08-28 08:03:54 -0500
commit902d2f3c919cd1d870dc8d35a7521cbba42e53ea (patch)
tree7de4193569f5d78d23b81b2635b3c3b5fc58939f /meta-emenlow
parentdc00302411d9384deb0c61b34240aa43f108a736 (diff)
downloadmeta-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>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb7
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.
5LICENSE = "Intel-binary-only" 5LICENSE = "Intel-binary-only"
6LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8" 6LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8"
7PR = "r7" 7PR = "r8"
8 8
9inherit autotools 9inherit autotools
10 10
@@ -41,6 +41,11 @@ DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libx
41FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \ 41FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \
42 ${libdir}/xorg/modules/drivers/*" 42 ${libdir}/xorg/modules/drivers/*"
43 43
44PACKAGES =+ "libglu libglu-dev"
45
46FILES_libglu = "${libdir}/libGLU.so.*"
47FILES_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
45EXCLUDE_FROM_WORLD = "1" 50EXCLUDE_FROM_WORLD = "1"
46 51