mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 13:13:02 +01:00
external-toolchain: Set LICENSE
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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}!"
|
||||
|
||||
Reference in New Issue
Block a user