aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lzma
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-07-19 14:05:36 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-19 16:26:19 +0200
commit6e40b5fa6127abdb964e0533914b43f8d7185064 (patch)
tree82679ae01872b9894994a9ae19cbe95090f63747 /meta-oe/recipes-support/lzma
parent192ae54acdd9875bd15689f28d5fb05ace53b407 (diff)
downloadmeta-openembedded-6e40b5fa6127abdb964e0533914b43f8d7185064.tar.gz
lzma: use 4 spaces instead of 8 in do_unpack_append
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/lzma')
-rw-r--r--meta-oe/recipes-support/lzma/lzma.inc8
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 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() {