diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2020-05-30 22:33:14 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-06-12 09:32:24 -0700 |
commit | d756e2c45b8eb4ca96c94d44e1d4ceab96d0108b (patch) | |
tree | c09a03de2abec26f32cefa320d9030f1ceb77687 | |
parent | 88f216f570e607f84b11d45a9401201175e96eba (diff) | |
download | meta-openembedded-d756e2c45b8eb4ca96c94d44e1d4ceab96d0108b.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>
(cherry picked from commit 5caca0f7bdefd28b9ecc446aea4177e2e297aa20)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb | 2 |
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 d5bbdd3745..1e4697a633 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 | " |
16 | iSRC_URI[md5sum] = "13270911c42aac842435f18205546a1b" | 16 | SRC_URI[md5sum] = "13270911c42aac842435f18205546a1b" |
17 | SRC_URI[sha256sum] = "91ef74b143495d5ff97c4d4770c6804072a8c8eb1ad1ecc8cc541b40e152ecaf" | 17 | SRC_URI[sha256sum] = "91ef74b143495d5ff97c4d4770c6804072a8c8eb1ad1ecc8cc541b40e152ecaf" |
18 | 18 | ||
19 | inherit autotools-brokensep useradd update-rc.d systemd multilib_script | 19 | inherit autotools-brokensep useradd update-rc.d systemd multilib_script |