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/tslib_svn.bb | |
parent | b6127510c6b50205c14e6c518a2bddb9f1ec9822 (diff) |
tslib: introduce INC_PR
Diffstat (limited to 'recipes/tslib/tslib_svn.bb')
-rw-r--r-- | recipes/tslib/tslib_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |