aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tslib/tslib.inc
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-09-17 06:42:06 +0200
committerSimon Busch <morphis@gravedo.de>2010-10-20 09:48:58 +0200
commitdff92c6745d5a5e940a205c9cdacd8287d922462 (patch)
treebcd43792972b7b348be6668be661ca39b5aabc23 /recipes/tslib/tslib.inc
parent47df1036c13732f4709fcbe67011465ee9e46b37 (diff)
downloadopenembedded-dff92c6745d5a5e940a205c9cdacd8287d922462.tar.gz
tslib: adjust various recipe settings for the palmpre machine
* set PACKAGE_ARCH = "${MACHINE_ARCH}" for palmpre machine * provide special EXTRA_CONF setting to build plugin for the cy8mrln touchscreen Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'recipes/tslib/tslib.inc')
-rw-r--r--recipes/tslib/tslib.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/tslib/tslib.inc b/recipes/tslib/tslib.inc
index a8b8e45d81..4c4cda1c4e 100644
--- a/recipes/tslib/tslib.inc
+++ b/recipes/tslib/tslib.inc
@@ -46,6 +46,8 @@ RPROVIDES_tslib-conf = "libts-0.0-conf"
# Machines with machine specific patches
PACKAGE_ARCH_mnci = "${MACHINE_ARCH}"
+PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}"
+
# Machines with machine specific config files (tslib.sh)
PACKAGE_ARCH_tslib-conf_a780 = "${MACHINE_ARCH}"
PACKAGE_ARCH_tslib-conf_collie = "${MACHINE_ARCH}"