diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-25 12:27:18 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-25 12:27:18 +0200 |
commit | 192b425629e3f4b11d6338e89120f4accc6bfd60 (patch) | |
tree | cafbbc45f63b9cc5be835ff3d75e98606f0db7c7 /recipes/pointercal/pointercal_0.0.bb | |
parent | 7ab2e170a72d2c8ca38dd3811caa8928202d6917 (diff) |
pointercal: add omap3-touchbook support
Diffstat (limited to 'recipes/pointercal/pointercal_0.0.bb')
-rw-r--r-- | recipes/pointercal/pointercal_0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pointercal/pointercal_0.0.bb b/recipes/pointercal/pointercal_0.0.bb index 7efe459df9..d212817fc4 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 = "r16" +PR = "r17" SRC_URI = "file://pointercal" S = "${WORKDIR}" |