[oe-commits] Saul Wold : rootfs_deb: Fix whitespace issue

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 09:56:20 UTC 2014


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Feb  5 10:21:30 2014 -0800

rootfs_deb: Fix whitespace issue

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 at 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 8613032..bcfa950 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"
 



More information about the Openembedded-commits mailing list