diff options
author | Liming Wang <liming.wang@windriver.com> | 2012-01-04 18:29:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-17 14:53:18 +0000 |
commit | bec7def38dfdb63670ae62bf59c2ff9078a58829 (patch) | |
tree | 18aa191eca13b23d4509698f90676d1b59f7c952 /meta | |
parent | 57e78fa12d8c35ca98b4350176ffccc378382d5a (diff) | |
download | poky-bec7def38dfdb63670ae62bf59c2ff9078a58829.tar.gz |
tslib: enable big endian support for qemuppc
This enables wacom tablet/touchscreen support on qemuppc.
(From OE-Core rev: 127b15cb0e9644fb732b707b9d4ddaf00d24973e)
Signed-off-by: Liming Wang <liming.wang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 f47116f596..54ff3d4a9f 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 \ | |||
22 | SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e" | 22 | SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e" |
23 | SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8" | 23 | SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8" |
24 | SRC_URI_append_qemumips += " file://32bitBE-support.patch" | 24 | SRC_URI_append_qemumips += " file://32bitBE-support.patch" |
25 | SRC_URI_append_qemuppc += " file://32bitBE-support.patch" | ||
25 | 26 | ||
26 | 27 | ||
27 | inherit autotools pkgconfig | 28 | inherit autotools pkgconfig |