mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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"
|
EXTRA_OEMAKE = "-f makefile.gcc"
|
||||||
|
|
||||||
do_unpack_append() {
|
do_unpack_append() {
|
||||||
import oe.process
|
import oe.process
|
||||||
# Replace MS-DOS line-endings with Unix style line-endings
|
# Replace MS-DOS line-endings with Unix style line-endings
|
||||||
oe.process.run("find . -type f -print0 | xargs -0 sed 's/\r$//' -i",
|
oe.process.run("find . -type f -print0 | xargs -0 sed 's/\r$//' -i",
|
||||||
cwd=d.getVar("S", True))
|
cwd=d.getVar("S", True))
|
||||||
}
|
}
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
|
|||||||
Reference in New Issue
Block a user