summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
diff options
context:
space:
mode:
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: