The new release has following changes since version 0.7.19: - client: fix segfault when displaying some information - build: add some integration tests
Signed-off-by: Fabio Berton <[email protected]> --- .../recipes-daemons/lldpd/{lldpd_0.7.19.bb => lldpd_0.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-daemons/lldpd/{lldpd_0.7.19.bb => lldpd_0.9.0.bb} (94%) diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.19.bb b/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb similarity index 94% rename from meta-networking/recipes-daemons/lldpd/lldpd_0.7.19.bb rename to meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb index 1bdc8af..3d97169 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.19.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb @@ -11,8 +11,8 @@ SRC_URI = "\ file://lldpd.default \ " -SRC_URI[md5sum] = "4e924420e00ccd5dc289506f43221820" -SRC_URI[sha256sum] = "aac11cb1fdc037709517372c70c9bf89c752ab8e5eaab9ce140b84ed5a0507c8" +SRC_URI[md5sum] = "ed0226129b0c90b3a45c273fe1aba8de" +SRC_URI[sha256sum] = "300e4a590f7bf21c79d5ff94c2d6a69d0b2c34dbc21e17281496462a04ca80bc" inherit autotools update-rc.d useradd systemd pkgconfig -- 2.1.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
