All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-intel: emenlow fix
@ 2011-10-09  1:22 tom.zanussi
  2011-10-09  1:22 ` [PATCH 1/1] meta-emenlow: restore /usr/lib/dri for xpsb-glx tom.zanussi
  0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2011-10-09  1:22 UTC (permalink / raw)
  To: yocto

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

Testing turned up a problem with glxgears etc. in emenlow.
This patch fixes the problem.

The following changes since commit fd7eee18e38ae45efaa299f015aedd4dc3257e6d:
  Tom Zanussi (1):
        meta-sugarbay: update README.sources

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/xpsb-glx-dri-fix
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/xpsb-glx-dri-fix

Tom Zanussi (1):
  meta-emenlow: restore /usr/lib/dri for xpsb-glx

 .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb     |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)



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

* [PATCH 1/1] meta-emenlow: restore /usr/lib/dri for xpsb-glx
  2011-10-09  1:22 [PATCH 0/1] meta-intel: emenlow fix tom.zanussi
@ 2011-10-09  1:22 ` tom.zanussi
  0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2011-10-09  1:22 UTC (permalink / raw)
  To: yocto

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

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 <tom.zanussi@intel.com>
---
 .../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



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

end of thread, other threads:[~2011-10-09  1:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-09  1:22 [PATCH 0/1] meta-intel: emenlow fix tom.zanussi
2011-10-09  1:22 ` [PATCH 1/1] meta-emenlow: restore /usr/lib/dri for xpsb-glx 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.