git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0f102c
)
libxcalibrate: Use increment-able PV format as other git version recipes do.
author
Stanislav Brabec
<utx@penguin.cz>
Tue, 18 Aug 2009 18:40:27 +0000
(18:40 +0000)
committer
utx@penguin.cz
<utx@penguin.cz>
Tue, 18 Aug 2009 18:40:27 +0000
(18:40 +0000)
recipes/xorg-lib/libxcalibrate_git.bb
patch
|
blob
|
history
diff --git
a/recipes/xorg-lib/libxcalibrate_git.bb
b/recipes/xorg-lib/libxcalibrate_git.bb
index
f9e1587
..
1092990
100644
(file)
--- a/
recipes/xorg-lib/libxcalibrate_git.bb
+++ b/
recipes/xorg-lib/libxcalibrate_git.bb
@@
-1,9
+1,11
@@
require xorg-lib-common.inc
-DESCRIPTION = "
Touchscreen calibration client library"
+DESCRIPTION = "Touchscreen calibration client library"
LICENSE = "BSD-X"
DEPENDS = "virtual/libx11 calibrateproto libxext"
-PV = "0.0+gitr${SRCREV}"
+
+PR = "r0"
+PV = "0.0+${PR}+gitr${SRCREV}"
PE = "1"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"