]> code.ossystems Code Review - openembedded-core.git/commitdiff
tslib: Fix library version (and bump xserver PR to unbreak people's builds)
authorRichard Purdie <richard@openedhand.com>
Mon, 9 Jul 2007 22:27:38 +0000 (22:27 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 9 Jul 2007 22:27:38 +0000 (22:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2137 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tslib/tslib/fix_version.patch [new file with mode: 0644]
meta/packages/tslib/tslib_1.0.bb
meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb

diff --git a/meta/packages/tslib/tslib/fix_version.patch b/meta/packages/tslib/tslib/fix_version.patch
new file mode 100644 (file)
index 0000000..d6a0ebd
--- /dev/null
@@ -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)
index 6180b6e17d659bd0b0b65457ee935ea294c2d35b..6d219a1a8561ee2aca1f95f3029ed269cac0f16d 100644 (file)
@@ -4,9 +4,10 @@ AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
 SECTION = "base"
 LICENSE = "LGPL"
 
-PR = "r8"
+PR = "r10"
 
 SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
+           file://fix_version.patch;patch=1 \
            file://ts.conf \
            file://ts.conf-simpad-2.4 \
            file://ts.conf-collie-2.4 \
index 6982bccb81df50fb1bb3569ff425d09ec9877ba2..d3765aa5423a048278c52f7836e88f2e030cf37f 100644 (file)
@@ -3,7 +3,7 @@ require xserver-kdrive-common.inc
 DEPENDS += "libxkbfile libxcalibrate"
 
 PE = "1"
-PR = "r12"
+PR = "r14"
 
 SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
        ${KDRIVE_COMMON_PATCHES} \