From patchwork Thu Jul 19 14:05:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,3/5] lzma: use 4 spaces instead of 8 in do_unpack_append Date: Thu, 19 Jul 2012 14:05:36 -0000 From: Martin Jansa X-Patchwork-Id: 32531 Message-Id: To: openembedded-devel@lists.openembedded.org Signed-off-by: Martin Jansa --- 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() {