summaryrefslogtreecommitdiffstats
path: root/recipes/xinput-calibrator
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2010-03-12 14:24:50 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2010-03-17 18:25:57 -0300
commit5cca66257cb46960378e302069fbf8353390fef3 (patch)
tree88ea9be1356e5b60438759e276b0b7f51993f9db /recipes/xinput-calibrator
parent6b423dc2fc758bd34716ae5384363e97b505f0cb (diff)
downloadopenembedded-5cca66257cb46960378e302069fbf8353390fef3.tar.gz
xinput-calibrator: install xinput_calibrator_get_hal_calibration.sh
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/xinput-calibrator')
-rw-r--r--recipes/xinput-calibrator/xinput-calibrator_0.6.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/xinput-calibrator/xinput-calibrator_0.6.0.bb b/recipes/xinput-calibrator/xinput-calibrator_0.6.0.bb
index 517f919549..21194ae0be 100644
--- a/recipes/xinput-calibrator/xinput-calibrator_0.6.0.bb
+++ b/recipes/xinput-calibrator/xinput-calibrator_0.6.0.bb
@@ -5,10 +5,13 @@ SRC_URI = "git://github.com/tias/xinput_calibrator.git;protocol=git"
SRCREV = "d6e01d780001948f55006698e8e9e48c12894810"
S = "${WORKDIR}/git/"
+PR = "r1"
+
do_install_append() {
install -d ${D}${bindir}
install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh
ln -s ${bindir}/xinput_calibrator_x11 ${D}${bindir}/xinput_calibrator
install -d ${D}${datadir}/applications/
install -m 0755 scripts/xinput_calibrator.desktop ${D}${datadir}/applications/xinput-calibrator.desktop
+ install -m 0755 scripts/xinput_calibrator_get_hal_calibration.sh ${D}${bindir}/xinput_calibrator_get_hal_calibration.sh
}