summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
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() {