diff options
-rw-r--r-- | meta/recipes-core/meta/meta-environment.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb index e5a63141cc..9f7e382d72 100644 --- a/meta/recipes-core/meta/meta-environment.bb +++ b/meta/recipes-core/meta/meta-environment.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Packge of environment files for SDK" | 1 | DESCRIPTION = "Package of environment files for SDK" |
2 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 2 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
3 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
@@ -7,7 +7,7 @@ PR = "r1" | |||
7 | EXCLUDE_FROM_WORLD = "1" | 7 | EXCLUDE_FROM_WORLD = "1" |
8 | 8 | ||
9 | inherit toolchain-scripts | 9 | inherit toolchain-scripts |
10 | # get target config site before inheritting corss-canadian | 10 | # get target config site before inheritting cross-canadian |
11 | TARGET_CONFIG_SITE := "${@siteinfo_get_files(d)}" | 11 | TARGET_CONFIG_SITE := "${@siteinfo_get_files(d)}" |
12 | 12 | ||
13 | SDK_DIR = "${WORKDIR}/sdk" | 13 | SDK_DIR = "${WORKDIR}/sdk" |