All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking/jethro][PATCH] lldpd: fix PN -> BPN SRC_URI for multilib build
@ 2015-11-11  2:17 Randy MacLeod
  2015-11-11  2:22 ` Randy MacLeod
  2015-11-11 18:01 ` akuster808
  0 siblings, 2 replies; 3+ messages in thread
From: Randy MacLeod @ 2015-11-11  2:17 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
index ba7f09e..bd207ad 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.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 \
     file://fix-libevent-configure.patch \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-networking/jethro][PATCH] lldpd: fix PN -> BPN SRC_URI for multilib build
  2015-11-11  2:17 [meta-networking/jethro][PATCH] lldpd: fix PN -> BPN SRC_URI for multilib build Randy MacLeod
@ 2015-11-11  2:22 ` Randy MacLeod
  2015-11-11 18:01 ` akuster808
  1 sibling, 0 replies; 3+ messages in thread
From: Randy MacLeod @ 2015-11-11  2:22 UTC (permalink / raw)
  To: openembedded-devel

On 2015-11-10 09:17 PM, Randy MacLeod wrote:
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
> ---
>   meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
> index ba7f09e..bd207ad 100644
> --- a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
> +++ b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.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 \
>       file://fix-libevent-configure.patch \
>

Should be applied to both jethro and master even with the pkg uprev.

-- 
# Randy MacLeod. SMTS, Linux, Wind River
Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON, 
Canada, K2K 2W5


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-networking/jethro][PATCH] lldpd: fix PN -> BPN SRC_URI for multilib build
  2015-11-11  2:17 [meta-networking/jethro][PATCH] lldpd: fix PN -> BPN SRC_URI for multilib build Randy MacLeod
  2015-11-11  2:22 ` Randy MacLeod
@ 2015-11-11 18:01 ` akuster808
  1 sibling, 0 replies; 3+ messages in thread
From: akuster808 @ 2015-11-11 18:01 UTC (permalink / raw)
  To: openembedded-devel



On 11/10/2015 06:17 PM, Randy MacLeod wrote:
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>

cool. time to fire up the queue.

merged to my staging.

thanks
> ---
>  meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
> index ba7f09e..bd207ad 100644
> --- a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
> +++ b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.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 \
>      file://fix-libevent-configure.patch \
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-11 18:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-11  2:17 [meta-networking/jethro][PATCH] lldpd: fix PN -> BPN SRC_URI for multilib build Randy MacLeod
2015-11-11  2:22 ` Randy MacLeod
2015-11-11 18:01 ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.