[oe-commits] Thomas Zimmermann : tslib: fix build with newer libtool

git version control git at git.openembedded.org
Fri Mar 26 10:30:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e6d0b72e3694f4ecfdcfaeab70d7756261fc9cdb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e6d0b72e3694f4ecfdcfaeab70d7756261fc9cdb

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Thu Mar 25 16:05:23 2010 +0100

tslib: fix build with newer libtool

Signed-off-by: Thomas Zimmermann <ml at vdm-design.de>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/tslib/tslib/newer-libtool-fix.patch |   11 +++++++++++
 recipes/tslib/tslib_1.0.bb                  |    5 +++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/recipes/tslib/tslib/newer-libtool-fix.patch b/recipes/tslib/tslib/newer-libtool-fix.patch
new file mode 100644
index 0000000..f08d4b6
--- /dev/null
+++ b/recipes/tslib/tslib/newer-libtool-fix.patch
@@ -0,0 +1,11 @@
+--- tslib-1.0/configure.ac~	2010-03-25 15:59:55.000000000 +0100
++++ tslib-1.0/configure.ac	2010-03-25 15:59:55.000000000 +0100
+@@ -168,7 +168,7 @@
+         AS_HELP_STRING([--with-plugindir=ARG],
+                 [Where to look for plugins (default=${libdir}/ts)]),
+         [PLUGIN_DIR=$withval],
+-        [PLUGIN_DIR='${libdir}/ts/'])
++        [PLUGIN_DIR='${libdir}/ts'])
+ AC_MSG_RESULT($PLUGIN_DIR)
+ AC_SUBST(PLUGIN_DIR)
+ 
diff --git a/recipes/tslib/tslib_1.0.bb b/recipes/tslib/tslib_1.0.bb
index 4c2a56c..277e0a7 100644
--- a/recipes/tslib/tslib_1.0.bb
+++ b/recipes/tslib/tslib_1.0.bb
@@ -1,7 +1,8 @@
 SRC_URI = "http://download.berlios.de/tslib/${BP}.tar.bz2 \
            file://fix_version.patch;patch=1 \
            file://tslib-nopressure.patch;patch=1 \
-           file://tslib-pluginsld.patch;patch=1"
-PR = "${INC_PR}.4"
+           file://tslib-pluginsld.patch;patch=1 \
+           file://newer-libtool-fix.patch;patch=1 "
+PR = "${INC_PR}.5"
 
 include tslib.inc





More information about the Openembedded-commits mailing list