From 6e40b5fa6127abdb964e0533914b43f8d7185064 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 Jul 2012 14:05:36 +0000 Subject: lzma: use 4 spaces instead of 8 in do_unpack_append Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/recipes-support/lzma/lzma.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-support/lzma/lzma.inc b/meta-oe/recipes-support/lzma/lzma.inc index 72f5d47bb2..971860038a 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() { -- cgit v1.2.3-54-g00ecf