From patchwork Wed Jan 11 18:52:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/5] tslib: enable big endian support for qemuppc Date: Wed, 11 Jan 2012 18:52:22 -0000 From: Bruce Ashfield X-Patchwork-Id: 19087 Message-Id: <4c600d9c5302f8db28e6af0190b41711f750b755.1326307011.git.bruce.ashfield@windriver.com> To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org, saul.wold@intel.com From: Liming Wang This enables wacom tablet/touchscreen support on qemuppc. Signed-off-by: Liming Wang --- 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