xinput-calibrator 0.7.5: fix LICENSE syntax and style issues
authorKoen Kooi <koen@dominion.thruhere.net>
Mon, 12 Dec 2011 08:38:14 +0000 (09:38 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:17:21 +0000 (08:17 -0800)
(From meta-openembedded rev: f8911a323106e054971ab06a7d4de94c4fb50596)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb

index 4024883..0c75293 100644 (file)
@@ -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"