tslib: introduce INC_PR
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 10 Jun 2009 04:15:10 +0000 (13:15 +0900)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 10 Jun 2009 04:31:40 +0000 (13:31 +0900)
recipes/tslib/tslib.inc
recipes/tslib/tslib_1.0.bb
recipes/tslib/tslib_svn.bb

index 1457616..b9f5ef0 100644 (file)
@@ -3,6 +3,7 @@ HOMEPAGE = "http://tslib.berlios.de/"
 AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
 SECTION = "base"
 LICENSE = "LGPL"
+INC_PR = "r21"
 
 SRC_URI += "\
   file://ts.conf \
index 8b3c35a..c22256f 100644 (file)
@@ -1,5 +1,5 @@
 SRC_URI = "http://download.berlios.de/tslib/${BP}.tar.bz2 \
            file://fix_version.patch;patch=1"
-PR = "r20"
+PR = "${INC_PR}.1"
 
 include tslib.inc
index ff4446b..e65f715 100644 (file)
@@ -1,6 +1,8 @@
 SRC_URI = "svn://svn.berlios.de/tslib/trunk;module=tslib"
 S = "${WORKDIR}/tslib"
 PV = "1.0+svnr${SRCREV}"
+PR = "${INC_PR}.1"
+
 DEFAULT_PREFERENCE = "-1"
 
 include tslib.inc