aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2015-11-10 21:17:38 -0500
committerJoe MacDonald <joe_macdonald@mentor.com>2016-03-02 14:07:34 -0500
commit0762fdd1f57e68374454cc43e7047bd99063e683 (patch)
treee219e19b8ee14958ec93a52dbdde07bed34d2617 /meta-networking
parent80fec0a9842c12dc6ba39d4383d0ac4e66e60037 (diff)
downloadmeta-openembedded-contrib-0762fdd1f57e68374454cc43e7047bd99063e683.tar.gz
lldpd: fix PN -> BPN SRC_URI for multilib build
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb b/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb
index 9d5c8a57b4..c590fae5f3 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/ISC;md5=f3b90e
DEPENDS = "libbsd libevent"
SRC_URI = "\
- http://media.luffy.cx/files/${PN}/${PN}-${PV}.tar.gz \
+ http://media.luffy.cx/files/${BPN}/${BPN}-${PV}.tar.gz \
file://lldpd.init.d \
file://lldpd.default \
"