aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-12 09:38:14 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-12 09:38:14 +0100
commitf8911a323106e054971ab06a7d4de94c4fb50596 (patch)
treeadfed33b9ce8f0585fd802c8cf1f5fdde18ca56a /meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
parentc486dfa4013b37972c1a1e4df8616eb6f49de498 (diff)
downloadmeta-openembedded-contrib-f8911a323106e054971ab06a7d4de94c4fb50596.tar.gz
xinput-calibrator 0.7.5: fix LICENSE syntax and style issues
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb')
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb10
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 4024883463..0c75293f5a 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"