diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-05-17 16:07:51 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-05-17 16:07:51 -0400 |
commit | e8f9f82923e807528d2081c48770c6f900eb646d (patch) | |
tree | 93fb8ed213cd789365694f9262754dd76041db55 | |
parent | 543d057b7dc9290130a89226b567f2b2140aae0c (diff) |
pointercal: set the LICENSE to MIT by default
-rw-r--r-- | recipes/pointercal/pointercal_0.0.bb | 3 |
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}" |