[oe-commits] Martin Jansa : lzma: use 4 spaces instead of 8 in do_unpack_append

git at git.openembedded.org git at git.openembedded.org
Thu Jul 19 14:29:14 UTC 2012


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Thu Jul 19 14:05:36 2012 +0000

lzma: use 4 spaces instead of 8 in do_unpack_append

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-support/lzma/lzma.inc |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/lzma/lzma.inc b/meta-oe/recipes-support/lzma/lzma.inc
index 72f5d47..9718600 100644
--- a/meta-oe/recipes-support/lzma/lzma.inc
+++ b/meta-oe/recipes-support/lzma/lzma.inc
@@ -14,10 +14,10 @@ SRC_URI = "http://downloads.sourceforge.net/sevenzip/lzma${@bb.data.getVar('PV',
 EXTRA_OEMAKE = "-f makefile.gcc"
 
 do_unpack_append() {
-        import oe.process
-        # Replace MS-DOS line-endings with Unix style line-endings
-        oe.process.run("find . -type f -print0 | xargs -0 sed 's/\r$//' -i",
-                       cwd=d.getVar("S", True))
+    import oe.process
+    # Replace MS-DOS line-endings with Unix style line-endings
+    oe.process.run("find . -type f -print0 | xargs -0 sed 's/\r$//' -i",
+               cwd=d.getVar("S", True))
 }
 
 do_compile() {





More information about the Openembedded-commits mailing list