diff options
| -rw-r--r-- | meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput deleted file mode 100644 index 9633fc5f32..0000000000 --- a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | # replace with valid machine specific pointercal.xinput | ||
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb deleted file mode 100644 index bfb952f881..0000000000 --- a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "Touchscreen calibration data from xinput-calibrator" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 4 | |||
| 5 | PR = "r4" | ||
| 6 | |||
| 7 | SRC_URI = "file://pointercal.xinput" | ||
| 8 | S = "${WORKDIR}" | ||
| 9 | |||
| 10 | do_install() { | ||
| 11 | # Only install file if it has a contents | ||
| 12 | if [ -s ${S}/pointercal.xinput ]; then | ||
| 13 | install -d ${D}${sysconfdir}/ | ||
| 14 | install -m 0644 ${S}/pointercal.xinput ${D}${sysconfdir}/ | ||
| 15 | fi | ||
| 16 | } | ||
| 17 | |||
| 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 19 | CONFFILES_${PN} = "${sysconfdir}/pointercal.xinput" | ||
