mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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:
committed by
Richard Purdie
parent
e389a96cd4
commit
e373c7c80f
@@ -1,2 +0,0 @@
|
|||||||
This is a blank COPYING file, and should be filled in by original author in future.
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
8313 4 -8526 7 8334 -82604 65536
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
8313 4 -8526 7 8334 -82604 65536
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
8313 4 -8526 7 8334 -82604 65536
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
8313 4 -8526 7 8334 -82604 65536
|
|
||||||
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
1280 0 1002 0 960 328 65536
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
1280 0 1002 0 960 328 65536
|
|
||||||
@@ -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"
|
|
||||||
Reference in New Issue
Block a user