diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-02 12:07:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-02 12:07:59 +0000 |
commit | 570262e75e01c7ce404f0a292e8e8f637a304f60 (patch) | |
tree | 7b9255a922d62e3540e80260872208aabf21d6f3 /packages/tslib | |
parent | 1c9d737a75a06ccbf8699834db495132a6df3f81 (diff) |
tslib: bump version to 1.0 (from poky)
Diffstat (limited to 'packages/tslib')
-rw-r--r-- | packages/tslib/tslib/fix_version.patch | 32 | ||||
-rw-r--r-- | packages/tslib/tslib_1.0.bb | 5 |
2 files changed, 35 insertions, 2 deletions
diff --git a/packages/tslib/tslib/fix_version.patch b/packages/tslib/tslib/fix_version.patch new file mode 100644 index 0000000000..d6a0ebd0f3 --- /dev/null +++ b/packages/tslib/tslib/fix_version.patch @@ -0,0 +1,32 @@ +--- + configure.ac | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +Index: tslib-1.0/configure.ac +=================================================================== +--- tslib-1.0.orig/configure.ac 2006-08-24 22:02:55.000000000 +0100 ++++ tslib-1.0/configure.ac 2007-07-09 21:04:38.000000000 +0100 +@@ -2,7 +2,7 @@ + # Process this file with autoconf to produce a configure script. + + AC_PREREQ(2.57) +-AC_INIT(tslib, 0.0.2, kergoth@handhelds.org) ++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]) +@@ -193,10 +193,10 @@ TS_CONF='${sysconfdir}/ts.conf' + AC_SUBST(TS_CONF) + + # Library versioning +-LT_RELEASE=0.0 +-LT_CURRENT=1 +-LT_REVISION=1 +-LT_AGE=1 ++LT_RELEASE=1.0 ++LT_CURRENT=0 ++LT_REVISION=0 ++LT_AGE=0 + AC_SUBST(LT_RELEASE) + AC_SUBST(LT_CURRENT) + AC_SUBST(LT_REVISION) diff --git a/packages/tslib/tslib_1.0.bb b/packages/tslib/tslib_1.0.bb index 30768263ac..27e4958c18 100644 --- a/packages/tslib/tslib_1.0.bb +++ b/packages/tslib/tslib_1.0.bb @@ -4,11 +4,12 @@ AUTHOR = "Russell King w/ plugins by Chris Larson et. al." SECTION = "base" LICENSE = "LGPL" -PR = "r12" +PR = "r13" SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \ file://tslib-input_raw-grab_events.patch;patch=1 \ - file://ts.conf \ + file://fix_version.patch;patch=1 \ + file://ts.conf \ file://ts.conf-simpad-2.4 \ file://ts.conf-collie-2.4 \ file://tslib.sh" |