[oe-commits] Marko Lindqvist : tslib: replace obsolete automake macros with working ones

git at git.openembedded.org git at git.openembedded.org
Tue Jan 15 08:14:56 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 4530d308a546e989873e2978ea5ed2970e8925e7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4530d308a546e989873e2978ea5ed2970e8925e7

Author: Marko Lindqvist <cazfi74 at gmail.com>
Date:   Thu Jan 10 11:58:18 2013 +0200

tslib: replace obsolete automake macros with working ones

Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.

Signed-off-by: Marko Lindqvist <cazfi74 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../tslib/tslib/obsolete_automake_macros.patch     |   15 +++++++++++++++
 meta/recipes-graphics/tslib/tslib_1.0.bb           |    6 ++++--
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/tslib/tslib/obsolete_automake_macros.patch b/meta/recipes-graphics/tslib/tslib/obsolete_automake_macros.patch
new file mode 100644
index 0000000..982413e
--- /dev/null
+++ b/meta/recipes-graphics/tslib/tslib/obsolete_automake_macros.patch
@@ -0,0 +1,15 @@
+Upstream-Status: Submitted [https://github.com/kergoth/tslib/pull/14]
+
+Signed-off-by: Marko Lindqvist <cazfi74 at gmail.com>
+diff -Nurd tslib-1.0/configure.ac tslib-1.0/configure.ac
+--- tslib-1.0/configure.ac	2006-08-25 00:02:55.000000000 +0300
++++ tslib-1.0/configure.ac	2013-01-03 06:05:02.486882412 +0200
+@@ -6,7 +6,7 @@
+ # AC_CONFIG_AUX_DIR(config)
+ AM_INIT_AUTOMAKE(dist-bzip2)
+ AC_CONFIG_SRCDIR([src/ts_close.c])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ PACKAGE_DESCRIPTION="Touchscreen Access Library"
+ AC_SUBST(PACKAGE_DESCRIPTION)
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb
index 2c4b325..84bc1eb 100644
--- a/meta/recipes-graphics/tslib/tslib_1.0.bb
+++ b/meta/recipes-graphics/tslib/tslib_1.0.bb
@@ -10,14 +10,16 @@ SECTION = "base"
 LICENSE = "LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
 
-PR = "r20"
+PR = "r21"
 
 SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \
            file://fix_version.patch \
            file://0001-Link-plugins-against-libts.patch \
            file://ts.conf \
            file://tslib.sh \
-           file://set-open-mode-for-ts_calibrate_c.patch"
+           file://set-open-mode-for-ts_calibrate_c.patch \
+           file://obsolete_automake_macros.patch \
+"
 
 SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e"
 SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8"





More information about the Openembedded-commits mailing list