[oe-commits] Paul Eggleton : kernel.bbclass: minor whitespace fixes

git version control git at git.openembedded.org
Tue Jul 19 16:34:19 UTC 2011


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Jul 15 13:23:29 2011 +0100

kernel.bbclass: minor whitespace fixes

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 meta/classes/kernel.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index d1f6480..2e36e86 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -19,7 +19,7 @@ python __anonymous () {
 
     image = bb.data.getVar('INITRAMFS_IMAGE', d, True)
     if image:
-    	bb.data.setVar('INITRAMFS_TASK', '${INITRAMFS_IMAGE}:do_rootfs', d)
+        bb.data.setVar('INITRAMFS_TASK', '${INITRAMFS_IMAGE}:do_rootfs', d)
 }
 
 inherit kernel-arch deploy
@@ -184,7 +184,7 @@ kernel_do_configure() {
 	if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${S}/.config" ]; then
 		cp "${WORKDIR}/defconfig" "${S}/.config"
 	fi
-        yes '' | oe_runmake oldconfig
+	yes '' | oe_runmake oldconfig
 
 	if [ ! -z "${INITRAMFS_IMAGE}" ]; then
 		for img in cpio.gz cpio.lzo cpio.lzma cpio.xz; do





More information about the Openembedded-commits mailing list