diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 18:02:08 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 18:02:36 +0100 |
commit | 82a42c645778ed297756cabe9e2af4a3841fe657 (patch) | |
tree | 0f200e3483e58a7ba246a7eebf5fabb79d18f475 /meta/recipes-bsp/pointercal | |
parent | 66bb71a25ab0cd2e72e9a5b00c7986c513c5b690 (diff) | |
download | poky-82a42c645778ed297756cabe9e2af4a3841fe657.tar.gz |
pointercal: Add LICENSE field
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp/pointercal')
-rw-r--r-- | meta/recipes-bsp/pointercal/pointercal_0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/pointercal/pointercal_0.0.bb b/meta/recipes-bsp/pointercal/pointercal_0.0.bb index 67041b4109..3112c9750e 100644 --- a/meta/recipes-bsp/pointercal/pointercal_0.0.bb +++ b/meta/recipes-bsp/pointercal/pointercal_0.0.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "Touchscreen calibration data" | 1 | DESCRIPTION = "Touchscreen calibration data" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | PR = "r11" | 3 | PR = "r11" |
4 | LICENSE = "MIT" | ||
4 | 5 | ||
5 | SRC_URI = "file://pointercal" | 6 | SRC_URI = "file://pointercal" |
6 | S = "${WORKDIR}" | 7 | S = "${WORKDIR}" |