summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/tslib/tslib/fix_version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/tslib/tslib/fix_version.patch')
-rw-r--r--meta/recipes-graphics/tslib/tslib/fix_version.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-graphics/tslib/tslib/fix_version.patch b/meta/recipes-graphics/tslib/tslib/fix_version.patch
deleted file mode 100644
index c3d658ee52..0000000000
--- a/meta/recipes-graphics/tslib/tslib/fix_version.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1---
2 configure.ac | 10 +++++-----
3 1 file changed, 5 insertions(+), 5 deletions(-)
4
5Upstream-Status: Inappropriate [configuration]
6
7Index: tslib-1.0/configure.ac
8===================================================================
9--- tslib-1.0.orig/configure.ac 2006-08-24 22:02:55.000000000 +0100
10+++ tslib-1.0/configure.ac 2007-07-09 21:04:38.000000000 +0100
11@@ -2,7 +2,7 @@
12 # Process this file with autoconf to produce a configure script.
13
14 AC_PREREQ(2.57)
15-AC_INIT(tslib, 0.0.2, kergoth@handhelds.org)
16+AC_INIT(tslib, 1.0.0, kergoth@handhelds.org)
17 # AC_CONFIG_AUX_DIR(config)
18 AM_INIT_AUTOMAKE(dist-bzip2)
19 AC_CONFIG_SRCDIR([src/ts_close.c])
20@@ -193,10 +193,10 @@ TS_CONF='${sysconfdir}/ts.conf'
21 AC_SUBST(TS_CONF)
22
23 # Library versioning
24-LT_RELEASE=0.0
25-LT_CURRENT=1
26-LT_REVISION=1
27-LT_AGE=1
28+LT_RELEASE=1.0
29+LT_CURRENT=0
30+LT_REVISION=0
31+LT_AGE=0
32 AC_SUBST(LT_RELEASE)
33 AC_SUBST(LT_CURRENT)
34 AC_SUBST(LT_REVISION)