diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2021-04-01 18:58:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-04-01 08:32:47 -0700 |
commit | 55669e9214f3213ade48896e7cfe72396cb1e795 (patch) | |
tree | 59147cc566cbaabd339b32a63ad41ef3b19438fc | |
parent | d399c6043c1e30d5d06e81fc2771ee7fa1143c2a (diff) | |
download | meta-openembedded-55669e9214f3213ade48896e7cfe72396cb1e795.tar.gz |
lldpd: upgrade 1.0.4 -> 1.0.8
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb (renamed from meta-networking/recipes-daemons/lldpd/lldpd_1.0.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.4.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb index 8fdaf848ff..bd94c09198 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.4.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb | |||
@@ -11,8 +11,8 @@ SRC_URI = "\ | |||
11 | file://lldpd.default \ | 11 | file://lldpd.default \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "33e8d58623f99184e4e709cbbfe45db3" | 14 | SRC_URI[md5sum] = "000042dbf5b445f750b5ba01ab25c8ba" |
15 | SRC_URI[sha256sum] = "5319bc032fabf1008d5d91e280276aa7f1bbfbb70129d8526cd4526d7c22724f" | 15 | SRC_URI[sha256sum] = "98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928ca3def" |
16 | 16 | ||
17 | inherit autotools update-rc.d useradd systemd pkgconfig bash-completion | 17 | inherit autotools update-rc.d useradd systemd pkgconfig bash-completion |
18 | 18 | ||