[oe-commits] Mario Domenech Goulart : xinput-calibrator: remove hardcoded path from xinput_calibrator.desktop

git at git.openembedded.org git at git.openembedded.org
Wed Dec 5 13:06:52 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 10cd81211f2054599728d5a4ce91e51b7cc853db
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=10cd81211f2054599728d5a4ce91e51b7cc853db

Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Tue Dec  4 13:58:18 2012 +0000

xinput-calibrator: remove hardcoded path from xinput_calibrator.desktop

Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../xinput-calibrator/xinput-calibrator_git.bb     |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
index c16a412..97f9343 100644
--- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
+++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f340
 DEPENDS = "virtual/libx11 libxi"
 
 PV = "0.7.5+git${SRCPV}"
+PR = "r1"
 
 inherit autotools
 
@@ -21,7 +22,7 @@ do_install_append() {
         install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh
 
         install -d ${D}${sysconfdir}/xdg/autostart
-        sed -i -e 's,^Exec=.*,Exec=/usr/bin/xinput_calibrator_once.sh,' scripts/xinput_calibrator.desktop
+        sed -i -e 's,^Exec=.*,Exec=${bindir}/xinput_calibrator_once.sh,' scripts/xinput_calibrator.desktop
         install -m 0644 scripts/xinput_calibrator.desktop ${D}${sysconfdir}/xdg/autostart
 }
 





More information about the Openembedded-commits mailing list