diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-07-30 12:48:55 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-03 15:10:47 +0200 |
commit | f1e1260767fb5d9b7b0b5fab1617aed0b39fd0a5 (patch) | |
tree | 2e00d56af64d192b74814c649b79bfb8bc211ce8 /meta-oe | |
parent | 8fd15dc24fb032e2e1668656995bc5bdc36abba8 (diff) | |
download | meta-openembedded-f1e1260767fb5d9b7b0b5fab1617aed0b39fd0a5.tar.gz |
pointercal-xinput: remove
This is now part of OE-Core.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-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 9633fc5f3..000000000 --- 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 bfb952f88..000000000 --- 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" | ||