diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 20:32:01 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 20:46:23 +0100 |
commit | 008c59cf83cdb592abf2c607ef7a4e1d487efd6c (patch) | |
tree | 05ee7345ac61e81cea8bd8135e5e786ea041932e /meta/recipes-tbd | |
parent | 96235897e6cb93f636283edbf30bf8fda93e002a (diff) | |
download | poky-008c59cf83cdb592abf2c607ef7a4e1d487efd6c.tar.gz |
external-toolchain: Set LICENSE
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-tbd')
-rw-r--r-- | meta/recipes-tbd/meta/external-csl-toolchain_2008q3-72.bb | 3 | ||||
-rw-r--r-- | meta/recipes-tbd/meta/external-poky-toolchain.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-tbd/meta/external-csl-toolchain_2008q3-72.bb b/meta/recipes-tbd/meta/external-csl-toolchain_2008q3-72.bb index 20e1690196..0d58445de2 100644 --- a/meta/recipes-tbd/meta/external-csl-toolchain_2008q3-72.bb +++ b/meta/recipes-tbd/meta/external-csl-toolchain_2008q3-72.bb | |||
@@ -1,5 +1,8 @@ | |||
1 | INHIBIT_DEFAULT_DEPS = "1" | 1 | INHIBIT_DEFAULT_DEPS = "1" |
2 | 2 | ||
3 | # License applies to this recipe code, not the toolchain itself | ||
4 | LICENSE = "MIT" | ||
5 | |||
3 | PROVIDES = "\ | 6 | PROVIDES = "\ |
4 | linux-libc-headers \ | 7 | linux-libc-headers \ |
5 | virtual/arm-none-linux-gnueabi-gcc \ | 8 | virtual/arm-none-linux-gnueabi-gcc \ |
diff --git a/meta/recipes-tbd/meta/external-poky-toolchain.bb b/meta/recipes-tbd/meta/external-poky-toolchain.bb index 081eff6ad8..a387ab3e60 100644 --- a/meta/recipes-tbd/meta/external-poky-toolchain.bb +++ b/meta/recipes-tbd/meta/external-poky-toolchain.bb | |||
@@ -16,6 +16,9 @@ PR = "r1" | |||
16 | 16 | ||
17 | PSTAGING_DISABLED = "1" | 17 | PSTAGING_DISABLED = "1" |
18 | 18 | ||
19 | # License applies to this recipe code, not the toolchain itself | ||
20 | LICENSE = "MIT" | ||
21 | |||
19 | do_install() { | 22 | do_install() { |
20 | if [ ! -e ${prefix}/environment-setup ]; then | 23 | if [ ! -e ${prefix}/environment-setup ]; then |
21 | echo "The Poky toolchain could not be found in ${prefix}!" | 24 | echo "The Poky toolchain could not be found in ${prefix}!" |