Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] rootfs_deb: Fix whitespace issue
@ 2014-02-05 18:21 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2014-02-05 18:21 UTC (permalink / raw)
  To: openembedded-core

Fixing the following warning:
WARNING: Variable rootfs_deb_bad_recommendations contains tabs, please remove these (/srv/ssd/sgw/poky/meta/recipes-extended/images/core-image-lsb-dev.bb)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/classes/rootfs_deb.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass
index b837e4c..728ea0e 100644
--- a/meta/classes/rootfs_deb.bbclass
+++ b/meta/classes/rootfs_deb.bbclass
@@ -13,7 +13,7 @@ do_rootfs[lockfiles] += "${DEPLOY_DIR_DEB}/deb.lock"
 
 python rootfs_deb_bad_recommendations() {
     if d.getVar("BAD_RECOMMENDATIONS", True):
-	bb.warn("Debian package install does not support BAD_RECOMMENDATIONS")
+        bb.warn("Debian package install does not support BAD_RECOMMENDATIONS")
 }
 do_rootfs[prefuncs] += "rootfs_deb_bad_recommendations"
 
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-05 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 18:21 [PATCH] rootfs_deb: Fix whitespace issue Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox