]> code.ossystems Code Review - openembedded-core.git/commitdiff
external-toolchain: Set LICENSE
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 30 Sep 2010 19:32:01 +0000 (20:32 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 30 Sep 2010 19:46:23 +0000 (20:46 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/recipes-tbd/meta/external-csl-toolchain_2008q3-72.bb
meta/recipes-tbd/meta/external-poky-toolchain.bb

index 20e1690196d5787f708f2166d3ad2162007b4a62..0d58445de236516315d198ce361d61d87f94aa9f 100644 (file)
@@ -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 \
index 081eff6ad842ffa3cc90a9a36a4396dfeb8c1972..a387ab3e60d54409ec320f7c3d7549aef493bac4 100644 (file)
@@ -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}!"