[oe-commits] Liming Wang : tslib: enable big endian support for qemuppc

git at git.openembedded.org git at git.openembedded.org
Tue Jan 17 15:19:29 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 127b15cb0e9644fb732b707b9d4ddaf00d24973e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=127b15cb0e9644fb732b707b9d4ddaf00d24973e

Author: Liming Wang <liming.wang at windriver.com>
Date:   Wed Jan  4 18:29:20 2012 +0800

tslib: enable big endian support for qemuppc

This enables wacom tablet/touchscreen support on qemuppc.

Signed-off-by: Liming Wang <liming.wang at windriver.com>

---

 meta/recipes-graphics/tslib/tslib_1.0.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb
index f47116f..54ff3d4 100644
--- a/meta/recipes-graphics/tslib/tslib_1.0.bb
+++ b/meta/recipes-graphics/tslib/tslib_1.0.bb
@@ -22,6 +22,7 @@ SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e"
 SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8"
 SRC_URI_append_qemumips += " file://32bitBE-support.patch"
+SRC_URI_append_qemuppc += " file://32bitBE-support.patch"
 
 
 inherit autotools pkgconfig





More information about the Openembedded-commits mailing list