All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mario Domenech Goulart <mario@ossystems.com.br>
To: meta-freescale@yoctoproject.org
Subject: [meta-fsl-arm][PATCH] imx-bootlets: indentation fixes and whitespace cleanup
Date: Wed, 20 Aug 2014 14:48:11 -0300	[thread overview]
Message-ID: <1408556891-11883-1-git-send-email-mario@ossystems.com.br> (raw)

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
---
 recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb |   22 ++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb
index 367e83b..6084f16 100644
--- a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb
+++ b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb
@@ -23,12 +23,12 @@ EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
 
 # Ensure machine defines the IMXBOOTLETS_MACHINE
 python () {
-	if not d.getVar("IMXBOOTLETS_MACHINE", True):
-		PN = d.getVar("PN", True)
-		FILE = os.path.basename(d.getVar("FILE", True))
-		bb.debug(1, "To build %s, see %s for instructions on \
-			     setting up your machine config" % (PN, FILE))
-		raise bb.parse.SkipPackage("because IMXBOOTLETS_MACHINE is not set")
+    if not d.getVar("IMXBOOTLETS_MACHINE", True):
+        PN = d.getVar("PN", True)
+        FILE = os.path.basename(d.getVar("FILE", True))
+        bb.debug(1, "To build %s, see %s for instructions on \
+                     setting up your machine config" % (PN, FILE))
+        raise bb.parse.SkipPackage("because IMXBOOTLETS_MACHINE is not set")
 }
 
 do_configure () {
@@ -60,11 +60,11 @@ FILES_${PN} = "/boot"
 do_deploy () {
     install -d ${DEPLOYDIR}
 
-	for f in boot_prep/boot_prep \
-             power_prep/power_prep \
-             linux_prep/output-target/linux_prep \
-             barebox_ivt.bd \
-             linux.bd linux.bd-dtb; do
+    for f in boot_prep/boot_prep \
+         power_prep/power_prep \
+         linux_prep/output-target/linux_prep \
+         barebox_ivt.bd \
+         linux.bd linux.bd-dtb; do
         full_name="imx-bootlets-`basename $f`-${MACHINE}-${PV}-${PR}"
         symlink_name="imx-bootlets-`basename $f`-${MACHINE}"
 
-- 
1.7.10.4



                 reply	other threads:[~2014-08-20 17:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1408556891-11883-1-git-send-email-mario@ossystems.com.br \
    --to=mario@ossystems.com.br \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.