summaryrefslogtreecommitdiffstats
path: root/meta/recipes-tbd/meta/external-poky-toolchain.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-tbd/meta/external-poky-toolchain.bb')
-rw-r--r--meta/recipes-tbd/meta/external-poky-toolchain.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-tbd/meta/external-poky-toolchain.bb b/meta/recipes-tbd/meta/external-poky-toolchain.bb
index 081eff6ad8..a387ab3e60 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"
16 16
17PSTAGING_DISABLED = "1" 17PSTAGING_DISABLED = "1"
18 18
19# License applies to this recipe code, not the toolchain itself
20LICENSE = "MIT"
21
19do_install() { 22do_install() {
20 if [ ! -e ${prefix}/environment-setup ]; then 23 if [ ! -e ${prefix}/environment-setup ]; then
21 echo "The Poky toolchain could not be found in ${prefix}!" 24 echo "The Poky toolchain could not be found in ${prefix}!"