diff options
author | Paul Eggleton <paul.eggleton@linux.microsoft.com> | 2020-06-14 19:27:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-23 12:31:02 +0100 |
commit | 6f5a85b1a03f99513c05a5667dac008db6810c8f (patch) | |
tree | f443ed014d412537e7a537aa106c75f778e55668 | |
parent | 514494152a8c7c5373ea4c299f058246e88a7fb6 (diff) | |
download | poky-6f5a85b1a03f99513c05a5667dac008db6810c8f.tar.gz |
shadow-sysroot: drop unused SRC_URI checksums
This recipe only fetches local files, so there's no need for a checksum.
These have been present for some time and nobody noticed.
(From OE-Core rev: 100bbc264cb54275ed2912d96f1fea9f6fd41fbf)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb b/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb index 79fc8b80b5..a8c1539c92 100644 --- a/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb +++ b/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | |||
@@ -14,9 +14,6 @@ PR = "r3" | |||
14 | # can add custom users/groups for recipes that use inherit useradd. | 14 | # can add custom users/groups for recipes that use inherit useradd. |
15 | SRC_URI = "file://login.defs_shadow-sysroot" | 15 | SRC_URI = "file://login.defs_shadow-sysroot" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "b8608d8294ac88974f27b20f991c0e79" | ||
18 | SRC_URI[sha256sum] = "633f5bb4ea0c88c55f3642c97f9d25cbef74f82e0b4cf8d54e7ad6f9f9caa778" | ||
19 | |||
20 | S = "${WORKDIR}" | 17 | S = "${WORKDIR}" |
21 | 18 | ||
22 | do_install() { | 19 | do_install() { |