]> code.ossystems Code Review - openembedded-core.git/commitdiff
shadow-sysroot: drop unused SRC_URI checksums
authorPaul Eggleton <paul.eggleton@linux.microsoft.com>
Mon, 15 Jun 2020 02:27:37 +0000 (19:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Jun 2020 12:05:47 +0000 (13:05 +0100)
This recipe only fetches local files, so there's no need for a checksum.
These have been present for some time and nobody noticed.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.microsoft.com>
meta/recipes-extended/shadow/shadow-sysroot_4.6.bb

index 79fc8b80b5f3b55f6385051e93738f1c50ab3629..a8c1539c92d97ce7ce8f4547f4e56fda93c467df 100644 (file)
@@ -14,9 +14,6 @@ PR = "r3"
 # can add custom users/groups for recipes that use inherit useradd.
 SRC_URI = "file://login.defs_shadow-sysroot"
 
-SRC_URI[md5sum] = "b8608d8294ac88974f27b20f991c0e79"
-SRC_URI[sha256sum] = "633f5bb4ea0c88c55f3642c97f9d25cbef74f82e0b4cf8d54e7ad6f9f9caa778"
-
 S = "${WORKDIR}"
 
 do_install() {