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>
This commit is contained in:
Martin Jansa
2012-07-19 14:05:36 +00:00
committed by Koen Kooi
parent 192ae54acd
commit 6e40b5fa61
+4 -4
View File
@@ -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() {