diff options
author | Ross Burton <ross@openedhand.com> | 2008-06-19 15:38:31 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-06-19 15:38:31 +0000 |
commit | d1cee61cb46d254aae8fadde84ead0c6c14c5d1c (patch) | |
tree | 3b5fad7e55d80180ec6b93caf4720ca87d18be67 /meta/packages | |
parent | 91d7c5b3cfe48bd107ae77c70935cb6a3833bdf9 (diff) | |
download | poky-d1cee61cb46d254aae8fadde84ead0c6c14c5d1c.tar.gz |
pointercal: add omap 3430/zoom calibration
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4711 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-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 | |||