[oe-commits] Koen Kooi : xinput-calibrator 0.7.5: fix LICENSE syntax and style issues

git at git.openembedded.org git at git.openembedded.org
Mon Dec 12 08:46:09 UTC 2011


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Mon Dec 12 09:38:14 2011 +0100

xinput-calibrator 0.7.5: fix LICENSE syntax and style issues

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../xinput-calibrator/xinput-calibrator_0.7.5.bb   |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
index 4024883..0c75293 100644
--- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
+++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
@@ -1,13 +1,12 @@
 DESCRIPTION = "A generic touchscreen calibration program for X.Org"
 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator"
-LICENSE = "MIT/X11"
+LICENSE = "MIT-X"
 LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc"
 DEPENDS = "virtual/libx11 libxi"
 
-inherit autotools
+PR = "r1"
 
-RDEPENDS_${PN} = "xinput"
-RRECOMMENDS_${PN} = "pointercal-xinput"
+inherit autotools
 
 SRC_URI = "http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-${PV}.tar.gz"
 SRC_URI[md5sum] = "20da0a2055a5a75962add8c6b44f60fa"
@@ -20,3 +19,6 @@ do_install_append() {
         install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh
         install -m 0755 scripts/xinput_calibrator_get_hal_calibration.sh ${D}${bindir}/xinput_calibrator_get_hal_calibration.sh
 }
+
+RDEPENDS_${PN} = "xinput"
+RRECOMMENDS_${PN} = "pointercal-xinput"





More information about the Openembedded-commits mailing list