aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/tslib/tslib
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-03 18:54:13 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-01-06 13:09:33 +0100
commit4ba5cc77f1c47c428c8b607375f22521d1860176 (patch)
tree73a893637e89ae713d6cf26a519d89d2a16939f2 /meta-oe/recipes-graphics/tslib/tslib
parentcd5f284730a6430d563443786c409aa6783d4b04 (diff)
downloadmeta-openembedded-contrib-4ba5cc77f1c47c428c8b607375f22521d1860176.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: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/tslib/tslib')
-rw-r--r--meta-oe/recipes-graphics/tslib/tslib/obsolete_automake_macros.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/tslib/tslib/obsolete_automake_macros.patch b/meta-oe/recipes-graphics/tslib/tslib/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..752077d9c1
--- /dev/null
+++ b/meta-oe/recipes-graphics/tslib/tslib/obsolete_automake_macros.patch
@@ -0,0 +1,16 @@
+Upstream-Status: Submitted [https://github.com/kergoth/tslib/pull/14]
+
+Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
+diff --git a/configure.ac b/configure.ac
+index c42be91..6d71be0 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -6,7 +6,7 @@ AC_INIT(tslib, 1.0.0, kergoth@handhelds.org)
+ # 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)