summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-05-30 22:33:14 +0200
committerKhem Raj <raj.khem@gmail.com>2020-05-31 22:42:25 -0700
commit5caca0f7bdefd28b9ecc446aea4177e2e297aa20 (patch)
treef4bbbf1ca8f20948f68416a8fdb639b771806bb7 /meta-networking
parentd23918e6dc371010a2ee2fcc10310b1029179fd2 (diff)
downloadmeta-openembedded-5caca0f7bdefd28b9ecc446aea4177e2e297aa20.tar.gz
proftpd: Fix typo for SRC_URI[md5sum]
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb
index d5bbdd374..1e4697a63 100644
--- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb
+++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb
@@ -13,7 +13,7 @@ SRC_URI = "ftp://ftp.proftpd.org/distrib/source/${BPN}-${PV}.tar.gz \
13 file://build_fixup.patch \ 13 file://build_fixup.patch \
14 file://proftpd.service \ 14 file://proftpd.service \
15 " 15 "
16iSRC_URI[md5sum] = "13270911c42aac842435f18205546a1b" 16SRC_URI[md5sum] = "13270911c42aac842435f18205546a1b"
17SRC_URI[sha256sum] = "91ef74b143495d5ff97c4d4770c6804072a8c8eb1ad1ecc8cc541b40e152ecaf" 17SRC_URI[sha256sum] = "91ef74b143495d5ff97c4d4770c6804072a8c8eb1ad1ecc8cc541b40e152ecaf"
18 18
19inherit autotools-brokensep useradd update-rc.d systemd multilib_script 19inherit autotools-brokensep useradd update-rc.d systemd multilib_script