summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/squashfs-tools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-10-18 12:05:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-31 16:09:34 +0000
commita786c86cf156703964d8132c75778f49466b2dd8 (patch)
treea09b81816aae75e1243d2049805d0fb781c6f2af /meta/recipes-devtools/squashfs-tools
parentf2892ed6aa013e8b71a2834fd2ecfa605c1cef05 (diff)
downloadpoky-a786c86cf156703964d8132c75778f49466b2dd8.tar.gz
squashfs-tools: remove redundant source checksums
oe-core e37a1ecc stopped downloading a LZMA tarball, but the checksums were not removed at the same time. (From OE-Core rev: 73a1e1135618a23f3f2a714c311df39c7b809ed5) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/squashfs-tools')
-rw-r--r--meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
index 53d3787271..0e1be6bc1f 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
@@ -9,8 +9,6 @@ PV = "4.4"
9SRCREV = "52eb4c279cd283ed9802dd1ceb686560b22ffb67" 9SRCREV = "52eb4c279cd283ed9802dd1ceb686560b22ffb67"
10SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \ 10SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \
11" 11"
12SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759"
13SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e"
14 12
15S = "${WORKDIR}/git/squashfs-tools" 13S = "${WORKDIR}/git/squashfs-tools"
16 14