summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb')
-rw-r--r--meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb
index a2ed8ba207..c54081be9f 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb
@@ -2,12 +2,12 @@
2# and I don't think the kernel supports it any more. 2# and I don't think the kernel supports it any more.
3DESCRIPTION = "Tools to manipulate Squashfs filesystems." 3DESCRIPTION = "Tools to manipulate Squashfs filesystems."
4SECTION = "base" 4SECTION = "base"
5LICENSE = "GPLv2 & Public Domain" 5LICENSE = "GPL-2 & PD"
6LIC_FILES_CHKSUM = "file://../COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ 6LIC_FILES_CHKSUM = "file://../COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
7 file://../../7zC.txt;beginline=12;endline=16;md5=2056cd6d919ebc3807602143c7449a7c \ 7 file://../../7zC.txt;beginline=12;endline=16;md5=2056cd6d919ebc3807602143c7449a7c \
8 " 8 "
9DEPENDS = "attr zlib xz" 9DEPENDS = "attr zlib xz"
10PR = "r0" 10PR = "1"
11 11
12SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${PV}.tar.gz;name=squashfs \ 12SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${PV}.tar.gz;name=squashfs \
13 http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2;name=lzma \ 13 http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2;name=lzma \