aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/tslib/tslib
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-10 11:58:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-15 08:09:28 +0000
commit4530d308a546e989873e2978ea5ed2970e8925e7 (patch)
tree2c3e343ed949287b79ed8568569536c0787da1e9 /meta/recipes-graphics/tslib/tslib
parent3f5e1d92a53015b44fa4eaf5325ba742a9a854e6 (diff)
downloadopenembedded-core-contrib-4530d308a546e989873e2978ea5ed2970e8925e7.tar.gz
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@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/tslib/tslib')
-rw-r--r--meta/recipes-graphics/tslib/tslib/obsolete_automake_macros.patch15
1 files changed, 15 insertions, 0 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 0000000000..982413e859
--- /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@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)