summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
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
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')
-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 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',
14EXTRA_OEMAKE = "-f makefile.gcc" 14EXTRA_OEMAKE = "-f makefile.gcc"
15 15
16do_unpack_append() { 16do_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
23do_compile() { 23do_compile() {