1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

meta-environment.bb: fix comments typos

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Otavio Salvador
2011-01-18 10:44:49 -02:00
committed by Richard Purdie
parent 80cf3e405c
commit 241d553e51
+2 -2
View File
@@ -1,4 +1,4 @@
DESCRIPTION = "Packge of environment files for SDK" DESCRIPTION = "Package of environment files for SDK"
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
LICENSE = "MIT" LICENSE = "MIT"
@@ -7,7 +7,7 @@ PR = "r1"
EXCLUDE_FROM_WORLD = "1" EXCLUDE_FROM_WORLD = "1"
inherit toolchain-scripts inherit toolchain-scripts
# get target config site before inheritting corss-canadian # get target config site before inheritting cross-canadian
TARGET_CONFIG_SITE := "${@siteinfo_get_files(d)}" TARGET_CONFIG_SITE := "${@siteinfo_get_files(d)}"
SDK_DIR = "${WORKDIR}/sdk" SDK_DIR = "${WORKDIR}/sdk"