mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00: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"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
|
|
||||||
|
# License applies to this recipe code, not the toolchain itself
|
||||||
|
LICENSE = "MIT"
|
||||||
|
|
||||||
PROVIDES = "\
|
PROVIDES = "\
|
||||||
linux-libc-headers \
|
linux-libc-headers \
|
||||||
virtual/arm-none-linux-gnueabi-gcc \
|
virtual/arm-none-linux-gnueabi-gcc \
|
||||||
|
|||||||
@@ -16,6 +16,9 @@ PR = "r1"
|
|||||||
|
|
||||||
PSTAGING_DISABLED = "1"
|
PSTAGING_DISABLED = "1"
|
||||||
|
|
||||||
|
# License applies to this recipe code, not the toolchain itself
|
||||||
|
LICENSE = "MIT"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
if [ ! -e ${prefix}/environment-setup ]; then
|
if [ ! -e ${prefix}/environment-setup ]; then
|
||||||
echo "The Poky toolchain could not be found in ${prefix}!"
|
echo "The Poky toolchain could not be found in ${prefix}!"
|
||||||
|
|||||||
Reference in New Issue
Block a user