diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-07 18:05:16 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-07 18:05:16 +0100 |
commit | e8518d4b2ea4312daee423f87f771c8031074c7d (patch) | |
tree | 7d39189df2f2da5f7331a43cc047b255dbb9c29d /meta/recipes-sato/images/poky-image-sato.bb | |
parent | fb617bed6ebbb17ca9a14ea5985302b03311ccb7 (diff) | |
download | poky-e8518d4b2ea4312daee423f87f771c8031074c7d.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/recipes-sato/images/poky-image-sato.bb')
-rw-r--r-- | meta/recipes-sato/images/poky-image-sato.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/poky-image-sato.bb b/meta/recipes-sato/images/poky-image-sato.bb index 58eb5d68c2..35d1a53c32 100644 --- a/meta/recipes-sato/images/poky-image-sato.bb +++ b/meta/recipes-sato/images/poky-image-sato.bb | |||
@@ -4,4 +4,6 @@ | |||
4 | 4 | ||
5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" | 5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" |
6 | 6 | ||
7 | LICENSE = "MIT" | ||
8 | |||
7 | inherit poky-image | 9 | inherit poky-image |