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:
c019840
)
calibrateproto: Use increment-able PV format as other git version recipes do.
author
Stanislav Brabec
<utx@penguin.cz>
Tue, 18 Aug 2009 18:42:43 +0000
(18:42 +0000)
committer
utx@penguin.cz
<utx@penguin.cz>
Tue, 18 Aug 2009 18:42:43 +0000
(18:42 +0000)
recipes/xorg-proto/calibrateproto_git.bb
patch
|
blob
|
history
diff --git
a/recipes/xorg-proto/calibrateproto_git.bb
b/recipes/xorg-proto/calibrateproto_git.bb
index
fe9e1a4
..
7f0089d
100644
(file)
--- a/
recipes/xorg-proto/calibrateproto_git.bb
+++ b/
recipes/xorg-proto/calibrateproto_git.bb
@@
-2,8
+2,8
@@
require xorg-proto-common.inc
DESCRIPTION = "Touchscreen calibration protocol"
-P
V = "0.0+gitr${SRCREV}
"
-P
R = "r1
"
+P
R = "r0
"
+P
V = "0.0+${PR}+gitr${SRCREV}
"
PE = "1"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git"