mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user