mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
xinput-calibrator 0.7.5: fix LICENSE syntax and style issues
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user