diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-01-18 10:44:49 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-18 12:50:46 +0000 |
commit | 241d553e5105f8f1f03ffcfe0b157e4bbd68b341 (patch) | |
tree | 37f170f8d4c6c7de51d6c0621e40381f722cdbbc /meta | |
parent | 80cf3e405c923ed95dd09936739e816dbdd92299 (diff) | |
download | poky-241d553e5105f8f1f03ffcfe0b157e4bbd68b341.tar.gz |
meta-environment.bb: fix comments typos
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" |