All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] emenlow glx bugfix
@ 2011-07-14 15:42 tom.zanussi
  2011-07-14 15:42 ` [PATCH 1/1] meta-emenlow: fix glx bug tom.zanussi
  0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2011-07-14 15:42 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This is a fix for Yocto bug #1235.

The following changes since commit 92fc07a5f1b98779806cdcc2341487ff5ea5a238:
  Dexuan Cui (1):
        emenlow: fix some .bbappend files' name: poky -> core, etc.

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/bug-1235
  http://git.yoctoproject.org/cgit.cgi/meta-intel/log/?h=tzanussi/bug-1235

Tom Zanussi (1):
  meta-emenlow: fix glx bug

 .../libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb         |    6 +++++-
 .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb     |    3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] meta-emenlow: fix glx bug
  2011-07-14 15:42 [PATCH 0/1] emenlow glx bugfix tom.zanussi
@ 2011-07-14 15:42 ` tom.zanussi
  0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2011-07-14 15:42 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

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 <tom.zanussi@intel.com>
---
 .../libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb         |    6 +++++-
 .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb     |    3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb b/meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb
index d0e14a5..5153054 100644
--- a/meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb
+++ b/meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Userspace interface to kernel DRM services"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://MIT_License.txt;md5=732825ecdcf420261531d935fcd914a7"
-PR = "r4"
+PR = "r5"
 
 PROVIDES = "libdrm-poulsbo"
 
@@ -17,3 +17,7 @@ do_configure_prepend() {
 	sed -e 's/-ldrm/-ldrm_poulsbo/' -e 's/libdrm/libdrm_poulsbo/' \
 	    < ${S}/libdrm.pc.in > ${S}/libdrm_poulsbo.pc.in
 }
+
+do_install_append() {
+	ln -s libdrm_poulsbo.so.2.3.0 ${D}${libdir}/libdrm.so.2
+}
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 f4b43ab..0d675c6 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"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-14 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-14 15:42 [PATCH 0/1] emenlow glx bugfix tom.zanussi
2011-07-14 15:42 ` [PATCH 1/1] meta-emenlow: fix glx bug tom.zanussi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.