All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking] [PATCH] dibbler: fix SRC_URI from ${P} to ${BP}
@ 2017-01-20  1:54 Robert Yang
  2017-01-20 14:00 ` Joe MacDonald
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2017-01-20  1:54 UTC (permalink / raw)
  To: openembedded-devel

Otherwise it would fail when multilib.

(LOCAL REV: NOT UPSTREAM) -- Sent to oe-devel on 20170120

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta-networking/recipes-connectivity/dibbler/dibbler_1.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler_1.0.1.bb b/meta-networking/recipes-connectivity/dibbler/dibbler_1.0.1.bb
index a2d46db..1913d3a 100644
--- a/meta-networking/recipes-connectivity/dibbler/dibbler_1.0.1.bb
+++ b/meta-networking/recipes-connectivity/dibbler/dibbler_1.0.1.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://klub.com.pl/dhcpv6"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3"
 
-SRC_URI = "http://klub.com.pl/dhcpv6/${BPN}/${P}.tar.gz \
+SRC_URI = "http://klub.com.pl/dhcpv6/${BPN}/${BP}.tar.gz \
         file://dibbler_fix_getSize_crash.patch \
         file://types.patch \
 "
-- 
2.9.0



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

* Re: [meta-networking] [PATCH] dibbler: fix SRC_URI from ${P} to ${BP}
  2017-01-20  1:54 [meta-networking] [PATCH] dibbler: fix SRC_URI from ${P} to ${BP} Robert Yang
@ 2017-01-20 14:00 ` Joe MacDonald
  0 siblings, 0 replies; 2+ messages in thread
From: Joe MacDonald @ 2017-01-20 14:00 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1246 bytes --]

[[oe] [meta-networking] [PATCH] dibbler: fix SRC_URI from ${P} to ${BP}] On 17.01.19 (Thu 17:54) Robert Yang wrote:

> Otherwise it would fail when multilib.
> 
> (LOCAL REV: NOT UPSTREAM) -- Sent to oe-devel on 20170120

Hi Robert,

Was this the version you intended to send to the list?

-J.

> 
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>  meta-networking/recipes-connectivity/dibbler/dibbler_1.0.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler_1.0.1.bb b/meta-networking/recipes-connectivity/dibbler/dibbler_1.0.1.bb
> index a2d46db..1913d3a 100644
> --- a/meta-networking/recipes-connectivity/dibbler/dibbler_1.0.1.bb
> +++ b/meta-networking/recipes-connectivity/dibbler/dibbler_1.0.1.bb
> @@ -5,7 +5,7 @@ HOMEPAGE = "http://klub.com.pl/dhcpv6"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3"
>  
> -SRC_URI = "http://klub.com.pl/dhcpv6/${BPN}/${P}.tar.gz \
> +SRC_URI = "http://klub.com.pl/dhcpv6/${BPN}/${BP}.tar.gz \
>          file://dibbler_fix_getSize_crash.patch \
>          file://types.patch \
>  "
> -- 
> 2.9.0
> 
-- 
-Joe MacDonald.
:wq

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

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

end of thread, other threads:[~2017-01-20 14:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-20  1:54 [meta-networking] [PATCH] dibbler: fix SRC_URI from ${P} to ${BP} Robert Yang
2017-01-20 14:00 ` Joe MacDonald

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.