diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-08-01 05:57:46 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-01 23:04:08 +0100 |
commit | af274b1b266b5aa661823bd702eacc62cc3aefff (patch) | |
tree | e92aa40ebe15b9c5011fec9cc2ce2c9dd1983e79 /meta/classes | |
parent | 1e96a8460b93ba9c0c9a6c4ea4ffd6a19302831c (diff) | |
download | openembedded-core-af274b1b266b5aa661823bd702eacc62cc3aefff.tar.gz openembedded-core-af274b1b266b5aa661823bd702eacc62cc3aefff.tar.bz2 openembedded-core-af274b1b266b5aa661823bd702eacc62cc3aefff.zip |
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')
-rw-r--r-- | meta/classes/core-image.bbclass | 2 |
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" |