From 902d2f3c919cd1d870dc8d35a7521cbba42e53ea Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Sun, 28 Aug 2011 04:10:49 -0700 Subject: 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 Signed-off-by: Tom Zanussi --- meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'meta-emenlow') 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" # 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" -- cgit v1.2.3-54-g00ecf