diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-07 18:03:51 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-07 18:03:51 +0100 |
| commit | fb617bed6ebbb17ca9a14ea5985302b03311ccb7 (patch) | |
| tree | ec500a86a2b1c978f8f0372bbcf9018a9fefb1a6 /meta/packages | |
| parent | 8ee9aff079e3778d3c27c5a0850ec8ce3fb4ebc4 (diff) | |
| download | poky-fb617bed6ebbb17ca9a14ea5985302b03311ccb7.tar.gz | |
poky-image: Set LICENSE field for the image recipes (note this doesn't apply to the image contents, just the recipe and code used
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
| -rw-r--r-- | meta/packages/images/poky-image-clutter.bb | 2 | ||||
| -rw-r--r-- | meta/packages/images/poky-image-core.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/images/poky-image-clutter.bb b/meta/packages/images/poky-image-clutter.bb index a9bf331f77..a1dcb51b5b 100644 --- a/meta/packages/images/poky-image-clutter.bb +++ b/meta/packages/images/poky-image-clutter.bb | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" | 1 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" |
| 2 | 2 | ||
| 3 | LICENSE = "MIT" | ||
| 4 | |||
| 3 | IMAGE_INSTALL = "\ | 5 | IMAGE_INSTALL = "\ |
| 4 | ${POKY_BASE_INSTALL} \ | 6 | ${POKY_BASE_INSTALL} \ |
| 5 | task-poky-clutter-core \ | 7 | task-poky-clutter-core \ |
diff --git a/meta/packages/images/poky-image-core.bb b/meta/packages/images/poky-image-core.bb index edc50fa74b..c232ccdc54 100644 --- a/meta/packages/images/poky-image-core.bb +++ b/meta/packages/images/poky-image-core.bb | |||
| @@ -4,4 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}" | 5 | IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}" |
| 6 | 6 | ||
| 7 | LICENSE = "MIT" | ||
| 8 | |||
| 7 | inherit poky-image | 9 | inherit poky-image |
