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:11:17 +0100 |
commit | 5dc490cdb30e687a5f72da7d4dfac825049c262d (patch) | |
tree | 38914e2b639c8233b4926d559150654fe0e956f9 | |
parent | dfd86b645b239b1a935d6304bbd0e3f787a53003 (diff) | |
download | poky-5dc490cdb30e687a5f72da7d4dfac825049c262d.tar.gz |
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>
-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}" | |||
46 | PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos" | 46 | PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos" |
47 | 47 | ||
48 | 48 | ||
49 | # IMAGE_FEAETURES_REPLACES_foo = 'bar1 bar2' | 49 | # IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2' |
50 | # Including image feature foo would replace the image features bar1 and bar2 | 50 | # Including image feature foo would replace the image features bar1 and bar2 |
51 | IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear" | 51 | IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear" |
52 | 52 | ||