diff options
author | Stefan Schmidt <stefan@buglabs.net> | 2010-08-09 16:52:18 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-08-09 17:30:42 +0200 |
commit | 9d0e260c6020be6fb652dc0b637c05f05fda7af0 (patch) | |
tree | deaa7e443f421f41e080f3e1beea698ada90a9cc /recipes/pointercal | |
parent | bf3cf7b95cb10c830c39ca4bfec4e7fcc19dad83 (diff) |
pointercal: Add bug20 support and bump PR
Diffstat (limited to 'recipes/pointercal')
-rw-r--r-- | recipes/pointercal/files/bug20/pointercal | bin | 0 -> 46 bytes | |||
-rw-r--r-- | recipes/pointercal/pointercal_0.0.bb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pointercal/files/bug20/pointercal b/recipes/pointercal/files/bug20/pointercal Binary files differnew file mode 100644 index 0000000000..ef4298bcce --- /dev/null +++ b/recipes/pointercal/files/bug20/pointercal diff --git a/recipes/pointercal/pointercal_0.0.bb b/recipes/pointercal/pointercal_0.0.bb index 96ef765c56..1aea683f89 100644 --- a/recipes/pointercal/pointercal_0.0.bb +++ b/recipes/pointercal/pointercal_0.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Touchscreen calibration data" LICENSE = "MIT" SECTION = "base" -PR = "r21" +PR = "r22" SRC_URI = "file://pointercal" S = "${WORKDIR}" |