summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-tbd/meta/external-csl-toolchain_2008q3-72.bb3
-rw-r--r--meta/recipes-tbd/meta/external-poky-toolchain.bb3
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 20e169019..0d58445de 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 081eff6ad..a387ab3e6 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}!"