diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-07-19 14:05:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-19 16:26:19 +0200 |
commit | 6e40b5fa6127abdb964e0533914b43f8d7185064 (patch) | |
tree | 82679ae01872b9894994a9ae19cbe95090f63747 /meta-oe/recipes-support/lzma | |
parent | 192ae54acdd9875bd15689f28d5fb05ace53b407 (diff) | |
download | meta-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.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 72f5d47bb..971860038 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', | |||
14 | EXTRA_OEMAKE = "-f makefile.gcc" | 14 | EXTRA_OEMAKE = "-f makefile.gcc" |
15 | 15 | ||
16 | do_unpack_append() { | 16 | do_unpack_append() { |
17 | import oe.process | 17 | import oe.process |
18 | # Replace MS-DOS line-endings with Unix style line-endings | 18 | # Replace MS-DOS line-endings with Unix style line-endings |
19 | oe.process.run("find . -type f -print0 | xargs -0 sed 's/\r$//' -i", | 19 | oe.process.run("find . -type f -print0 | xargs -0 sed 's/\r$//' -i", |
20 | cwd=d.getVar("S", True)) | 20 | cwd=d.getVar("S", True)) |
21 | } | 21 | } |
22 | 22 | ||
23 | do_compile() { | 23 | do_compile() { |