]> code.ossystems Code Review - openembedded-core.git/commitdiff
squashfs-tools: remove redundant source checksums
authorRoss Burton <ross.burton@intel.com>
Fri, 18 Oct 2019 11:05:52 +0000 (12:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Oct 2019 16:07:11 +0000 (16:07 +0000)
oe-core e37a1ecc stopped downloading a LZMA tarball, but the checksums were not
removed at the same time.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb

index 53d37872710862033bd3afe7fb8f430321f52307..0e1be6bc1ffd2e834128fd46cc07d94858d5887a 100644 (file)
@@ -9,8 +9,6 @@ PV = "4.4"
 SRCREV = "52eb4c279cd283ed9802dd1ceb686560b22ffb67"
 SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \
 "
-SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759"
-SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e"
 
 S = "${WORKDIR}/git/squashfs-tools"