summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb
index c7237d74bb..6638de1ba1 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.16.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/ISC;md5=f3b90e
6DEPENDS = "libbsd libevent" 6DEPENDS = "libbsd libevent"
7 7
8SRC_URI = "\ 8SRC_URI = "\
9 http://media.luffy.cx/files/${BPN}/${BPN}-${PV}.tar.gz \ 9 https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz \
10 file://lldpd.init.d \ 10 file://lldpd.init.d \
11 file://lldpd.default \ 11 file://lldpd.default \
12 file://run-ptest \ 12 file://run-ptest \