[oe-commits] Koen Kooi : kexecboot.inc: fix thinko with _append missing a space

GIT User account git at amethyst.openembedded.net
Mon Feb 2 17:29:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cd7022db7b32904fd137fb492bfd85c5dd95d470
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cd7022db7b32904fd137fb492bfd85c5dd95d470

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Feb  2 18:26:28 2009 +0100

kexecboot.inc: fix thinko with _append missing a space

---

 conf/machine/include/kexecboot.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc
index 7e22008..7f06866 100644
--- a/conf/machine/include/kexecboot.inc
+++ b/conf/machine/include/kexecboot.inc
@@ -2,7 +2,7 @@
 
 # NOTE: include this file after zaurus-2.6.inc for zaurus machines
 
-MACHINE_FEATURES_append = "kexecboot"
+MACHINE_FEATURES_append = " kexecboot "
 
 # Include Kernel image in kexecboot enabled images
 RDEPENDS_kernel-base = "kernel-image" 





More information about the Openembedded-commits mailing list