summaryrefslogtreecommitdiff
path: root/recipes/xorg-proto/calibrateproto_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 12:10:54 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 12:16:37 +0200
commit2219309c7c482003cfe5cdcf18155e78b877d45a (patch)
tree7069c10416af9c99675b6dea3a6f8a5b8fe54a61 /recipes/xorg-proto/calibrateproto_git.bb
parent8cfe9df61c87589a804a17d5b8101bfc8c0875e7 (diff)
xorg-proto: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-proto/calibrateproto_git.bb')
-rw-r--r--recipes/xorg-proto/calibrateproto_git.bb15
1 files changed, 7 insertions, 8 deletions
diff --git a/recipes/xorg-proto/calibrateproto_git.bb b/recipes/xorg-proto/calibrateproto_git.bb
index d1f47c6763..4e3c642e0a 100644
--- a/recipes/xorg-proto/calibrateproto_git.bb
+++ b/recipes/xorg-proto/calibrateproto_git.bb
@@ -1,17 +1,16 @@
require xorg-proto-common.inc
-
DESCRIPTION = "Touchscreen calibration protocol"
-
-SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
-PV = "0.0+${PR}+gitr${SRCPV}"
PE = "3"
+PV = "0.0+${PR}+gitr${SRCPV}"
+PR = "${INC_PR}.0"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git"
+
+SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
S = "${WORKDIR}/git"
do_stage() {
- autotools_stage_all
- #make it compatible with the old package from cvs
- ln -sf ${PKG_CONFIG_DIR}/xcalibrateproto.pc ${PKG_CONFIG_DIR}/xcalibrateext.pc
+ autotools_stage_all
+ #make it compatible with the old package from cvs
+ ln -sf ${PKG_CONFIG_DIR}/xcalibrateproto.pc ${PKG_CONFIG_DIR}/xcalibrateext.pc
}
-PR = "${INC_PR}.0"