pointercal: remove recipe

Remove pointercal recipe along with xtscal since we replace it with
xinput-calibrator

[YOCTO #9365]

(From OE-Core rev: d56dffe629dfc86a8d3c7a043c8c2893004f803e)

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Maxin B. John
2016-08-10 11:29:06 +03:00
committed by Richard Purdie
parent e389a96cd4
commit e373c7c80f
10 changed files with 0 additions and 30 deletions

View File

@@ -1,2 +0,0 @@
This is a blank COPYING file, and should be filled in by original author in future.

View File

@@ -1 +0,0 @@
8313 4 -8526 7 8334 -82604 65536

View File

@@ -1 +0,0 @@
8313 4 -8526 7 8334 -82604 65536

View File

@@ -1 +0,0 @@
8313 4 -8526 7 8334 -82604 65536

View File

@@ -1 +0,0 @@
8313 4 -8526 7 8334 -82604 65536

View File

@@ -1 +0,0 @@
1280 0 1002 0 960 328 65536

View File

@@ -1 +0,0 @@
1280 0 1002 0 960 328 65536

View File

@@ -1,22 +0,0 @@
SUMMARY = "Touchscreen calibration data"
SECTION = "base"
PR = "r11"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=4b5fcfc87fb615860d398b5e38685edf"
SRC_URI = "file://pointercal \
file://COPYING"
S = "${WORKDIR}"
do_install() {
# Only install file if it has a contents
if [ -s ${S}/pointercal ]; then
install -d ${D}${sysconfdir}/
install -m 0644 ${S}/pointercal ${D}${sysconfdir}/
fi
}
ALLOW_EMPTY_${PN} = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
INHIBIT_DEFAULT_DEPS = "1"