From 738d2bc6d1a0d7ff6589000893c1c8b4f983d76f Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Wed, 13 Jul 2011 23:45:00 -0500 Subject: meta-emenlow: fix glx bug AIGLX wasn't finding a couple libraries, causing errors such as Yocto bug #1235 - 'Running glxinfo and glxgears commands failed.'. This provides symlinks allowing it to find the needed libraries. Fixes [YOCTO #1235] Signed-off-by: Tom Zanussi --- meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb') 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 f4b43ab0..0d675c6d 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 = "r6" +PR = "r7" inherit autotools @@ -29,6 +29,7 @@ do_install() { ${D}/${libdir}/xorg/modules/dri install -m 0644 ${WORKDIR}/${PN}-${PV}/drivers/* \ ${D}/${libdir}/xorg/modules/drivers + ln -s ${libdir}/xorg/modules/dri ${D}${libdir}/dri } S = "${WORKDIR}/${PN}-${PV}/mesa" -- cgit v1.2.3-54-g00ecf