core-image.bbclass: Fix typo in comment, "IMAGE_FEAETURES"

(From OE-Core rev: af274b1b266b5aa661823bd702eacc62cc3aefff)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day 2012-08-01 05:57:46 -05:00 committed by Richard Purdie
parent dfd86b645b
commit 5dc490cdb3
1 changed files with 1 additions and 1 deletions

View File

@ -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"