diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-03 13:21:53 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-03 13:21:53 +0000 |
commit | c81d0fed47850dec020a53d7de2e35c81c0b1391 (patch) | |
tree | 1ee34c242a8d70c49632c8826ae0e0d24dd8b99e /meta/packages/tslib | |
parent | 5ff2a13e95c54207a39e882470142d5294da57d2 (diff) | |
download | poky-c81d0fed47850dec020a53d7de2e35c81c0b1391.tar.gz |
tslib: Disable all leagacy plugins, we don't need them
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5012 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tslib')
-rw-r--r-- | meta/packages/tslib/tslib_1.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/tslib/tslib_1.0.bb b/meta/packages/tslib/tslib_1.0.bb index c08b0f349a..f4c437c649 100644 --- a/meta/packages/tslib/tslib_1.0.bb +++ b/meta/packages/tslib/tslib_1.0.bb | |||
@@ -4,7 +4,7 @@ AUTHOR = "Russell King w/ plugins by Chris Larson et. al." | |||
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
6 | 6 | ||
7 | PR = "r12" | 7 | PR = "r14" |
8 | 8 | ||
9 | SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \ | 9 | SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \ |
10 | file://fix_version.patch;patch=1 \ | 10 | file://fix_version.patch;patch=1 \ |
@@ -17,8 +17,7 @@ SRC_URI_append_mnci += " file://event1.patch;patch=1" | |||
17 | 17 | ||
18 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
19 | 19 | ||
20 | EXTRA_OECONF = "--enable-shared" | 20 | EXTRA_OECONF = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00" |
21 | EXTRA_OECONF_mnci = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 " | ||
22 | 21 | ||
23 | do_stage() { | 22 | do_stage() { |
24 | autotools_stage_all | 23 | autotools_stage_all |