diff options
| author | J. S. <schonm@gmail.com> | 2024-10-22 11:44:20 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-22 21:03:03 -0700 |
| commit | 8adc130520af7c683adaa0900750aac9bdf7e502 (patch) | |
| tree | b33da5fdf57617f1dd23650168b4f6b058f8acb3 | |
| parent | cb4a67ad2c66e6df997e3c07308819ce657229ac (diff) | |
| download | meta-openembedded-8adc130520af7c683adaa0900750aac9bdf7e502.tar.gz | |
adduser: Drop unnecessary SRC_URI md5sum
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-perl/recipes-perl/adduser/adduser_3.118.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/adduser/adduser_3.118.bb b/meta-perl/recipes-perl/adduser/adduser_3.118.bb index 3ac2211aa6..431b41a2dd 100644 --- a/meta-perl/recipes-perl/adduser/adduser_3.118.bb +++ b/meta-perl/recipes-perl/adduser/adduser_3.118.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "https://launchpad.net/debian/+archive/primary/+sourcefiles/adduser/${ | |||
| 11 | file://0001-adduser-set-default-shell-with-sbin-nologin.patch \ | 11 | file://0001-adduser-set-default-shell-with-sbin-nologin.patch \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | SRC_URI[md5sum] = "44ba2475ebdaafc9613236bdda321c97" | ||
| 15 | SRC_URI[sha256sum] = "3e9eea661c9aac6b2c791bfcc1de3a9c6a422d45c8f3d38ed417737ed3166ffc" | 14 | SRC_URI[sha256sum] = "3e9eea661c9aac6b2c791bfcc1de3a9c6a422d45c8f3d38ed417737ed3166ffc" |
| 16 | 15 | ||
| 17 | S = "${WORKDIR}/${BPN}" | 16 | S = "${WORKDIR}/${BPN}" |
