[oe-commits] Mario Domenech Goulart : xinput-calibrator: install xinput_calibrator_get_hal_calibration.sh

git version control git at git.openembedded.org
Thu Mar 18 06:44:16 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 5cca66257cb46960378e302069fbf8353390fef3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5cca66257cb46960378e302069fbf8353390fef3

Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Fri Mar 12 14:24:50 2010 -0300

xinput-calibrator: install xinput_calibrator_get_hal_calibration.sh

Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

 .../xinput-calibrator/xinput-calibrator_0.6.0.bb   |    3 +++
 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 517f919..21194ae 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
 }





More information about the Openembedded-commits mailing list