From 008c59cf83cdb592abf2c607ef7a4e1d487efd6c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 30 Sep 2010 20:32:01 +0100 Subject: external-toolchain: Set LICENSE Signed-off-by: Richard Purdie --- meta/recipes-tbd/meta/external-csl-toolchain_2008q3-72.bb | 3 +++ meta/recipes-tbd/meta/external-poky-toolchain.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'meta/recipes-tbd') 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 @@ INHIBIT_DEFAULT_DEPS = "1" +# License applies to this recipe code, not the toolchain itself +LICENSE = "MIT" + PROVIDES = "\ linux-libc-headers \ 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" PSTAGING_DISABLED = "1" +# License applies to this recipe code, not the toolchain itself +LICENSE = "MIT" + do_install() { if [ ! -e ${prefix}/environment-setup ]; then echo "The Poky toolchain could not be found in ${prefix}!" -- cgit v1.2.3-54-g00ecf