summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
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
parentcd5f284730a6430d563443786c409aa6783d4b04 (diff)
downloadmeta-openembedded-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')
-rw-r--r--meta-oe/recipes-graphics/tslib/tslib/obsolete_automake_macros.patch16
-rw-r--r--meta-oe/recipes-graphics/tslib/tslib_git.bb3
2 files changed, 18 insertions, 1 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 000000000..752077d9c
--- /dev/null
+++ b/meta-oe/recipes-graphics/tslib/tslib/obsolete_automake_macros.patch
@@ -0,0 +1,16 @@
1Upstream-Status: Submitted [https://github.com/kergoth/tslib/pull/14]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff --git a/configure.ac b/configure.ac
5index c42be91..6d71be0 100644
6--- a/configure.ac
7+++ b/configure.ac
8@@ -6,7 +6,7 @@ AC_INIT(tslib, 1.0.0, kergoth@handhelds.org)
9 # AC_CONFIG_AUX_DIR(config)
10 AM_INIT_AUTOMAKE(dist-bzip2)
11 AC_CONFIG_SRCDIR([src/ts_close.c])
12-AM_CONFIG_HEADER(config.h)
13+AC_CONFIG_HEADERS(config.h)
14
15 PACKAGE_DESCRIPTION="Touchscreen Access Library"
16 AC_SUBST(PACKAGE_DESCRIPTION)
diff --git a/meta-oe/recipes-graphics/tslib/tslib_git.bb b/meta-oe/recipes-graphics/tslib/tslib_git.bb
index 07f8a9708..71a63ee94 100644
--- a/meta-oe/recipes-graphics/tslib/tslib_git.bb
+++ b/meta-oe/recipes-graphics/tslib/tslib_git.bb
@@ -10,11 +10,12 @@ SECTION = "base"
10LICENSE = "LGPLv2" 10LICENSE = "LGPLv2"
11LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" 11LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
12 12
13PR = "r0" 13PR = "r1"
14 14
15DEFAULT_PREFERENCE = "-1" 15DEFAULT_PREFERENCE = "-1"
16 16
17SRC_URI = "git://github.com/kergoth/tslib.git;protocol=git \ 17SRC_URI = "git://github.com/kergoth/tslib.git;protocol=git \
18 file://obsolete_automake_macros.patch \
18 file://ts.conf \ 19 file://ts.conf \
19 file://tslib.sh" 20 file://tslib.sh"
20SRCREV = "e17263ef401ee885a27d649b90b577cfb44500e0" 21SRCREV = "e17263ef401ee885a27d649b90b577cfb44500e0"