summaryrefslogtreecommitdiffstats
path: root/meta/classes/core-image.bbclass
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-08-01 05:57:46 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-01 23:04:08 +0100
commitaf274b1b266b5aa661823bd702eacc62cc3aefff (patch)
treee92aa40ebe15b9c5011fec9cc2ce2c9dd1983e79 /meta/classes/core-image.bbclass
parent1e96a8460b93ba9c0c9a6c4ea4ffd6a19302831c (diff)
downloadopenembedded-core-contrib-af274b1b266b5aa661823bd702eacc62cc3aefff.tar.gz
core-image.bbclass: Fix typo in comment, "IMAGE_FEAETURES"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/core-image.bbclass')
-rw-r--r--meta/classes/core-image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass
index 13e45aa23f..b2815b952b 100644
--- a/meta/classes/core-image.bbclass
+++ b/meta/classes/core-image.bbclass
@@ -46,7 +46,7 @@ PACKAGE_GROUP_package-management = "${ROOTFS_PKGMANAGE}"
PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos"
-# IMAGE_FEAETURES_REPLACES_foo = 'bar1 bar2'
+# IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2'
# Including image feature foo would replace the image features bar1 and bar2
IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear"