diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 17:55:56 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 18:02:36 +0100 |
commit | bb1b3cfd531a74f98201e70706c3ddfd82481265 (patch) | |
tree | c29d29514ea3d2b815ab8eef5093d35103847795 /meta/recipes-extended | |
parent | 69c650c2776bb462fea8668c29b3094ad51e7ee9 (diff) | |
download | poky-bb1b3cfd531a74f98201e70706c3ddfd82481265.tar.gz |
task-poky-lsb/basic: Add LICENSE fields
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-basic.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-lsb.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/tasks/task-poky-basic.bb b/meta/recipes-extended/tasks/task-poky-basic.bb index 8e2c47308e..5e2a35e787 100644 --- a/meta/recipes-extended/tasks/task-poky-basic.bb +++ b/meta/recipes-extended/tasks/task-poky-basic.bb | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | DESCRIPTION = "Create Basic Image Tasks" | 5 | DESCRIPTION = "Create Basic Image Tasks" |
6 | PR = "r2" | 6 | PR = "r2" |
7 | LICENSE = "MIT" | ||
7 | 8 | ||
8 | PACKAGES = "\ | 9 | PACKAGES = "\ |
9 | task-poky-basic \ | 10 | task-poky-basic \ |
diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb index f4d832ff2b..21abee3582 100644 --- a/meta/recipes-extended/tasks/task-poky-lsb.bb +++ b/meta/recipes-extended/tasks/task-poky-lsb.bb | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | DESCRIPTION = "Create Small Image Tasks" | 5 | DESCRIPTION = "Create Small Image Tasks" |
6 | PR = "r1" | 6 | PR = "r1" |
7 | LICENSE = "MIT" | ||
7 | 8 | ||
8 | PACKAGES = "\ | 9 | PACKAGES = "\ |
9 | task-poky-lsb \ | 10 | task-poky-lsb \ |