[oe-commits] Chen Qi : sysvinit: fix indentation

git at git.openembedded.org git at git.openembedded.org
Mon Sep 16 14:00:24 UTC 2013


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

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Mon Sep  9 02:34:40 2013 +0000

sysvinit: fix indentation

Fix indentation in SRC_URI to conform to the indentation convention in OE.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
index 03bbc1b..ac915b7 100644
--- a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
+++ b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
@@ -10,15 +10,15 @@ PR = "r11"
 RDEPENDS_${PN} = "${PN}-inittab"
 
 SRC_URI = "http://download.savannah.gnu.org/releases-noredirect/sysvinit/sysvinit-${PV}.tar.bz2 \
-	   file://install.patch \
-	   file://crypt-lib.patch \
-	   file://pidof-add-m-option.patch \
+           file://install.patch \
+           file://crypt-lib.patch \
+           file://pidof-add-m-option.patch \
            file://need \
            file://provide \
            file://rcS-default \
            file://rc \
            file://rcS \
-	   file://bootlogd.init"
+           file://bootlogd.init"
 
 SRC_URI[md5sum] = "6eda8a97b86e0a6f59dabbf25202aa6f"
 SRC_URI[sha256sum] = "60bbc8c1e1792056e23761d22960b30bb13eccc2cabff8c7310a01f4d5df1519"



More information about the Openembedded-commits mailing list