external-toolchain: Set LICENSE

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-09-30 20:32:01 +01:00
parent 96235897e6
commit 008c59cf83
2 changed files with 6 additions and 0 deletions

View 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 \

View 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}!"