From f8911a323106e054971ab06a7d4de94c4fb50596 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 12 Dec 2011 09:38:14 +0100 Subject: xinput-calibrator 0.7.5: fix LICENSE syntax and style issues Signed-off-by: Koen Kooi --- .../xinput-calibrator/xinput-calibrator_0.7.5.bb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'meta-oe/recipes-graphics') 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 402488346..0c75293f5 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" -- cgit v1.2.3-54-g00ecf