]> code.ossystems Code Review - openembedded-core.git/commitdiff
tslib: Disable all leagacy plugins, we don't need them
authorRichard Purdie <richard@openedhand.com>
Sun, 3 Aug 2008 13:21:53 +0000 (13:21 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 3 Aug 2008 13:21:53 +0000 (13:21 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5012 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tslib/tslib_1.0.bb

index c08b0f349a9c293f7b871505364529eab52714f4..f4c437c64962edd0f1c0f82633f73204cc2e9bff 100644 (file)
@@ -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