[oe-commits] [meta-openembedded] branch master updated: lldpd: fix PN -> BPN SRC_URI for multilib build

git at git.openembedded.org git at git.openembedded.org
Wed Mar 2 19:17:34 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master by this push:
       new  0762fdd   lldpd: fix PN -> BPN SRC_URI for multilib build
0762fdd is described below

commit 0762fdd1f57e68374454cc43e7047bd99063e683
Author: Randy MacLeod <randy.macleod at windriver.com>
AuthorDate: Tue Nov 10 21:17:38 2015 -0500

    lldpd: fix PN -> BPN SRC_URI for multilib build
    
    Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 9d5c8a5..c590fae 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 \
     "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list