summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lzma/lzma.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/lzma/lzma.inc')
-rw-r--r--meta-oe/recipes-support/lzma/lzma.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lzma/lzma.inc b/meta-oe/recipes-support/lzma/lzma.inc
index 457d7f493..75e6d6780 100644
--- a/meta-oe/recipes-support/lzma/lzma.inc
+++ b/meta-oe/recipes-support/lzma/lzma.inc
@@ -4,7 +4,7 @@ LICENSE = "LGPL"
4LIC_FILES_CHKSUM = "file://lzma.txt;md5=20251cdc2e3793cceab11878d0aa11b1" 4LIC_FILES_CHKSUM = "file://lzma.txt;md5=20251cdc2e3793cceab11878d0aa11b1"
5INC_PR = "r7" 5INC_PR = "r7"
6 6
7SRC_URI = "http://downloads.sourceforge.net/sevenzip/lzma${@bb.data.getVar('PV',d,1).replace('.','')}.tar.bz2;subdir=${BPN}-${PV} \ 7SRC_URI = "http://downloads.sourceforge.net/sevenzip/lzma${@d.getVar('PV',1).replace('.','')}.tar.bz2;subdir=${BPN}-${PV} \
8 file://001-large_files.patch \ 8 file://001-large_files.patch \
9 file://002-lzmp.patch \ 9 file://002-lzmp.patch \
10 file://003-compile_fixes.patch \ 10 file://003-compile_fixes.patch \