summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-08-03 13:21:53 +0000
committerRichard Purdie <richard@openedhand.com>2008-08-03 13:21:53 +0000
commitc81d0fed47850dec020a53d7de2e35c81c0b1391 (patch)
tree1ee34c242a8d70c49632c8826ae0e0d24dd8b99e
parent5ff2a13e95c54207a39e882470142d5294da57d2 (diff)
downloadopenembedded-core-contrib-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
-rw-r--r--meta/packages/tslib/tslib_1.0.bb5
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."
SECTION = "base"
LICENSE = "LGPL"
-PR = "r12"
+PR = "r14"
SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
file://fix_version.patch;patch=1 \
@@ -17,8 +17,7 @@ SRC_URI_append_mnci += " file://event1.patch;patch=1"
inherit autotools pkgconfig
-EXTRA_OECONF = "--enable-shared"
-EXTRA_OECONF_mnci = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 "
+EXTRA_OECONF = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00"
do_stage() {
autotools_stage_all