diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-10 13:15:10 +0900 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-10 13:31:40 +0900 |
commit | 68c4b1c6cba4ef4e9b8d44c0be0c800a014d7240 (patch) | |
tree | b1a58a9469365082f9cfd41c8dd4d210908d00ab /recipes/tslib | |
parent | b6127510c6b50205c14e6c518a2bddb9f1ec9822 (diff) |
tslib: introduce INC_PR
Diffstat (limited to 'recipes/tslib')
-rw-r--r-- | recipes/tslib/tslib.inc | 1 | ||||
-rw-r--r-- | recipes/tslib/tslib_1.0.bb | 2 | ||||
-rw-r--r-- | recipes/tslib/tslib_svn.bb | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/recipes/tslib/tslib.inc b/recipes/tslib/tslib.inc index 14576166a3..b9f5ef0e0b 100644 --- a/recipes/tslib/tslib.inc +++ b/recipes/tslib/tslib.inc @@ -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 \ diff --git a/recipes/tslib/tslib_1.0.bb b/recipes/tslib/tslib_1.0.bb index 8b3c35a9f7..c22256f4d2 100644 --- a/recipes/tslib/tslib_1.0.bb +++ b/recipes/tslib/tslib_1.0.bb @@ -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 diff --git a/recipes/tslib/tslib_svn.bb b/recipes/tslib/tslib_svn.bb index ff4446ba7c..e65f715110 100644 --- a/recipes/tslib/tslib_svn.bb +++ b/recipes/tslib/tslib_svn.bb @@ -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 |