From: Tom Zanussi <[email protected]>

A previous fix for a QA warning in this package (commit 2097a9e7)
inadvertently removed /usr/lib/dri, causing glxgears etc. to no longer
work.  This restores it.

Fixes [YOCTO #1235], again.

Signed-off-by: Tom Zanussi <[email protected]>
---
 .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb     |    5 +++--
 1 files changed, 3 insertions(+), 2 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 f6cee46..0773a7c 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 = "r9"
+PR = "r10"
 
 inherit autotools
 
@@ -40,7 +40,8 @@ DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm 
dri2proto libxmu libx
 
 FILES_${PN}-dev += "${libdir}/pkgconfig"
 FILES_${PN} += "${libdir}/xorg/modules/dri/* \
-           ${libdir}/xorg/modules/drivers/*"
+           ${libdir}/xorg/modules/drivers/* \
+           ${libdir}/dri"
 
 PACKAGES =+ "libglu libglu-dev"
 
-- 
1.7.0.4

_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to