[oe-commits] Robert P. J. Day : core-image.bbclass: Fix typo in comment, " IMAGE_FEAETURES"

git at git.openembedded.org git at git.openembedded.org
Wed Aug 1 22:15:02 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: af274b1b266b5aa661823bd702eacc62cc3aefff
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=af274b1b266b5aa661823bd702eacc62cc3aefff

Author: Robert P. J. Day <rpjday at crashcourse.ca>
Date:   Wed Aug  1 05:57:46 2012 -0500

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

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 13e45aa..b2815b9 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"
 





More information about the Openembedded-commits mailing list