diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/pointercal/files/omap-3430sdp/pointercal | 1 | ||||
-rw-r--r-- | meta/packages/pointercal/pointercal_0.0.bb | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/pointercal/files/omap-3430sdp/pointercal b/meta/packages/pointercal/files/omap-3430sdp/pointercal new file mode 100644 index 0000000000..42cf01b857 --- /dev/null +++ b/meta/packages/pointercal/files/omap-3430sdp/pointercal | |||
@@ -0,0 +1 @@ | |||
-15 8748 -1858708 11310 31 -2326312 65536 | |||
diff --git a/meta/packages/pointercal/pointercal_0.0.bb b/meta/packages/pointercal/pointercal_0.0.bb index 945e6270a4..48e90df1cc 100644 --- a/meta/packages/pointercal/pointercal_0.0.bb +++ b/meta/packages/pointercal/pointercal_0.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Touchscreen calibration data" | 1 | DESCRIPTION = "Touchscreen calibration data" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | PR = "r8" | 3 | PR = "r9" |
4 | 4 | ||
5 | SRC_URI = "file://pointercal" | 5 | SRC_URI = "file://pointercal" |
6 | S = "${WORKDIR}" | 6 | S = "${WORKDIR}" |
@@ -15,4 +15,3 @@ do_install() { | |||
15 | 15 | ||
16 | ALLOW_EMPTY_${PN} = "1" | 16 | ALLOW_EMPTY_${PN} = "1" |
17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
18 | |||