[oe-commits] Koen Kooi : libdrm: temporarely disable radeon for angstrom

git version control git at git.openembedded.org
Mon Jun 28 13:44:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7ef921f19133cc01e18f27e15fa3beb2db06a0c1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7ef921f19133cc01e18f27e15fa3beb2db06a0c1

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jun 28 15:43:12 2010 +0200

libdrm: temporarely disable radeon for angstrom

* I have a radeon based card attached to my efika and I'd like to use that :)

---

 recipes/dri/libdrm_2.4.21.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/dri/libdrm_2.4.21.bb b/recipes/dri/libdrm_2.4.21.bb
index e1fd8f9..5102933 100644
--- a/recipes/dri/libdrm_2.4.21.bb
+++ b/recipes/dri/libdrm_2.4.21.bb
@@ -2,7 +2,7 @@ require libdrm.inc
 
 DEPENDS = "libpthread-stubs"
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 SRC_URI += "file://glamo.patch"
 
@@ -12,6 +12,8 @@ SRC_URI[sha256sum] = "4e1b612ba3b6b1deae4a8c14946099283e7a00e48a5ab002eaf4312f5a
 EXTRA_OECONF_append = " ${@base_contains('MACHINE_FEATURES', 'x86', '', '--disable-intel',d)}"
 EXTRA_OECONF_append_shr = " --enable-glamo-experimental-api --disable-radeon --disable-intel"
 
+EXTRA_OECONF_append_angstrom = " --disable-radeon "
+
 PACKAGES =+ "${@base_contains('MACHINE_FEATURES', 'x86', '${PN}-intel', '',d)}"
 
 FILES_${PN}-intel = "${libdir}/libdrm_intel.so.*"





More information about the Openembedded-commits mailing list