summaryrefslogtreecommitdiff
path: root/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-14 10:18:59 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-14 11:14:14 +0200
commit1624d1b3311e8dfc91786b8857ceb9569d2087d5 (patch)
tree64c7c45a80e784e7bb67e97c8967cc340c2818e7 /recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
parent46291053cc7d346dbb74185044b14666164989e8 (diff)
xorg-driver: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb')
-rw-r--r--recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb b/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
index e025998f09..9287f08f41 100644
--- a/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
+++ b/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
@@ -1,7 +1,5 @@
require xorg-driver-input.inc
-PR = "r12"
-
DESCRIPTION = "X.Org X server -- evtouch input driver"
SRC_URI = "http://www.conan.de/touchscreen/xf86-input-evtouch-${PV}.tar.bz2;name=archive \
@@ -24,3 +22,4 @@ do_install_append() {
FILES_${PN} += "${datadir}/hal"
SRC_URI[archive.md5sum] = "4d8e092356d8353002f60a4907046c13"
SRC_URI[archive.sha256sum] = "eafc4a09729a4b2b6120430c71e1954c5cac299ad6adf2f9a40aee8a7b51e476"
+PR = "${INC_PR}.0"