aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2010-05-17 16:07:51 -0400
committerDenys Dmytriyenko <denis@denix.org>2010-05-17 16:07:51 -0400
commite8f9f82923e807528d2081c48770c6f900eb646d (patch)
tree93fb8ed213cd789365694f9262754dd76041db55 /recipes
parent543d057b7dc9290130a89226b567f2b2140aae0c (diff)
downloadopenembedded-e8f9f82923e807528d2081c48770c6f900eb646d.tar.gz
pointercal: set the LICENSE to MIT by default
Diffstat (limited to 'recipes')
-rw-r--r--recipes/pointercal/pointercal_0.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/pointercal/pointercal_0.0.bb b/recipes/pointercal/pointercal_0.0.bb
index d98a78f66e..96ef765c56 100644
--- a/recipes/pointercal/pointercal_0.0.bb
+++ b/recipes/pointercal/pointercal_0.0.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "Touchscreen calibration data"
+LICENSE = "MIT"
SECTION = "base"
-PR = "r20"
+PR = "r21"
SRC_URI = "file://pointercal"
S = "${WORKDIR}"