[oe] [meta-oe][PATCH 3/5] lzma: use 4 spaces instead of 8 in do_unpack_append

Martin Jansa martin.jansa at gmail.com
Thu Jul 19 14:05:36 UTC 2012


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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() {
-- 
1.7.8.6





More information about the Openembedded-devel mailing list