mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 17:56:41 +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:
parent
192ae54acd
commit
6e40b5fa61
@ -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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user