summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-07 15:16:36 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-17 11:17:40 +0200
commitd06417a892b16cccea3a393e467d65d4668aedc1 (patch)
treef0992cc7a2b874b555defe8770c105628cbd1cc4 /meta-oe
parentf97c66bc5e8d5004b9761f153c79392a6a759ced (diff)
downloadmeta-openembedded-d06417a892b16cccea3a393e467d65d4668aedc1.tar.gz
pointercal-xinput: move machine specific files to their bsp layers, remove SECTION
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/iphone3g/pointercal.xinput1
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/nokia900/pointercal.xinput2
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/om-gta01/pointercal.xinput2
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/om-gta02/pointercal.xinput2
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb4
5 files changed, 1 insertions, 10 deletions
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/iphone3g/pointercal.xinput b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/iphone3g/pointercal.xinput
deleted file mode 100644
index d6ce56b82..000000000
--- a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/iphone3g/pointercal.xinput
+++ /dev/null
@@ -1 +0,0 @@
1xinput set-int-prop "Touchscreen" "Evdev Axis Calibration" 32 -102 4739 6 7321;
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/nokia900/pointercal.xinput b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/nokia900/pointercal.xinput
deleted file mode 100644
index 66bb32cab..000000000
--- a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/nokia900/pointercal.xinput
+++ /dev/null
@@ -1,2 +0,0 @@
1xinput set-int-prop "Touchscreen" "Evdev Axis Calibration" 32 204 3897 3763 178;
2
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/om-gta01/pointercal.xinput b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/om-gta01/pointercal.xinput
deleted file mode 100644
index be25da352..000000000
--- a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/om-gta01/pointercal.xinput
+++ /dev/null
@@ -1,2 +0,0 @@
1xinput set-int-prop "Touchscreen" "Evdev Axis Calibration" 32 107 918 911 98
2xinput set-int-prop "Touchscreen" "Evdev Axes Swap" 8 1
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/om-gta02/pointercal.xinput b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/om-gta02/pointercal.xinput
deleted file mode 100644
index be25da352..000000000
--- a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput/om-gta02/pointercal.xinput
+++ /dev/null
@@ -1,2 +0,0 @@
1xinput set-int-prop "Touchscreen" "Evdev Axis Calibration" 32 107 918 911 98
2xinput set-int-prop "Touchscreen" "Evdev Axes Swap" 8 1
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
index 993a75dff..9b68d54e7 100644
--- a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
+++ b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
@@ -2,9 +2,7 @@ DESCRIPTION = "Touchscreen calibration data from xinput-calibrator"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4 4
5SECTION = "base" 5PR = "r4"
6
7PR = "r3"
8 6
9SRC_URI = "file://pointercal.xinput" 7SRC_URI = "file://pointercal.xinput"
10S = "${WORKDIR}" 8S = "${WORKDIR}"