diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-10-27 20:57:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-28 10:16:27 +0100 |
commit | b288fc18a071c2a440973e9dae1ad3c7095c165a (patch) | |
tree | 745cd3f353e48bea21d325b13fda86f6c79e6507 /recipes | |
parent | a71f287b6f15da6e91d31dc89bc49be183535516 (diff) |
pointercal: Add calibration for the omap3-pandora touchscreen.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/pointercal/files/omap3-pandora/pointercal | bin | 0 -> 45 bytes | |||
-rw-r--r-- | recipes/pointercal/pointercal_0.0.bb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pointercal/files/omap3-pandora/pointercal b/recipes/pointercal/files/omap3-pandora/pointercal Binary files differnew file mode 100644 index 0000000000..8052257fb2 --- /dev/null +++ b/recipes/pointercal/files/omap3-pandora/pointercal diff --git a/recipes/pointercal/pointercal_0.0.bb b/recipes/pointercal/pointercal_0.0.bb index d212817fc4..259ddcae17 100644 --- a/recipes/pointercal/pointercal_0.0.bb +++ b/recipes/pointercal/pointercal_0.0.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Touchscreen calibration data" SECTION = "base" -PR = "r17" +PR = "r18" SRC_URI = "file://pointercal" S = "${WORKDIR}" |