summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-03-25 07:46:15 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-26 12:13:05 +0100
commit951aa5ea1f1e23460bb3607e5442a2a2bc499e6f (patch)
tree8ccdfd1db3faf5a5e3e6993e66a487b7224957af /meta/classes/package.bbclass
parent1b5c52f2e81087be704fa6527f9d08f27a62ab09 (diff)
downloadpoky-951aa5ea1f1e23460bb3607e5442a2a2bc499e6f.tar.gz
Various typoes fixed, all comments or output strings.
Typoes fixed: "enviroment", "editted", "spliting", "scheulder". (From OE-Core rev: 17e981a857a51b0bec08c929e8539d36d83874b6) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/package.bbclass')
-rw-r--r--meta/classes/package.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 20af8b7914..d35667a91d 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -2,7 +2,7 @@
2# Packaging process 2# Packaging process
3# 3#
4# Executive summary: This class iterates over the functions listed in PACKAGEFUNCS 4# Executive summary: This class iterates over the functions listed in PACKAGEFUNCS
5# Taking D and spliting it up into the packages listed in PACKAGES, placing the 5# Taking D and splitting it up into the packages listed in PACKAGES, placing the
6# resulting output in PKGDEST. 6# resulting output in PKGDEST.
7# 7#
8# There are the following default steps but PACKAGEFUNCS can be extended: 8# There are the following default steps but PACKAGEFUNCS can be extended: