All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking] [PATCH] memcached: use BPN in SRC_URI
@ 2014-07-02  2:34 Robert Yang
  2014-07-03  1:45 ` Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2014-07-02  2:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../recipes-support/memcached/memcached_1.4.17.bb  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/memcached/memcached_1.4.17.bb b/meta-networking/recipes-support/memcached/memcached_1.4.17.bb
index 6a01ec2..8ad264f 100644
--- a/meta-networking/recipes-support/memcached/memcached_1.4.17.bb
+++ b/meta-networking/recipes-support/memcached/memcached_1.4.17.bb
@@ -17,7 +17,7 @@ inherit autotools
 DEPENDS += "libevent"
 RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader perl-module-tie-hash"
 
-SRC_URI = "http://www.memcached.org/files/${PN}-${PV}.tar.gz"
+SRC_URI = "http://www.memcached.org/files/${BPN}-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "46402dfbd7faadf6182283dbbd18b1a6"
 SRC_URI[sha256sum] = "d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a89999d8cdc0458"
-- 
1.7.9.5



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

* Re: [meta-networking] [PATCH] memcached: use BPN in SRC_URI
  2014-07-02  2:34 [meta-networking] [PATCH] memcached: use BPN in SRC_URI Robert Yang
@ 2014-07-03  1:45 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-07-03  1:45 UTC (permalink / raw)
  To: openembedded-devel


Please drop this one, will include it in another thread.

// Robert

On 07/02/2014 10:34 AM, Robert Yang wrote:
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>   .../recipes-support/memcached/memcached_1.4.17.bb  |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-support/memcached/memcached_1.4.17.bb b/meta-networking/recipes-support/memcached/memcached_1.4.17.bb
> index 6a01ec2..8ad264f 100644
> --- a/meta-networking/recipes-support/memcached/memcached_1.4.17.bb
> +++ b/meta-networking/recipes-support/memcached/memcached_1.4.17.bb
> @@ -17,7 +17,7 @@ inherit autotools
>   DEPENDS += "libevent"
>   RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader perl-module-tie-hash"
>
> -SRC_URI = "http://www.memcached.org/files/${PN}-${PV}.tar.gz"
> +SRC_URI = "http://www.memcached.org/files/${BPN}-${PV}.tar.gz"
>
>   SRC_URI[md5sum] = "46402dfbd7faadf6182283dbbd18b1a6"
>   SRC_URI[sha256sum] = "d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a89999d8cdc0458"
>


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

end of thread, other threads:[~2014-07-03  1:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-02  2:34 [meta-networking] [PATCH] memcached: use BPN in SRC_URI Robert Yang
2014-07-03  1:45 ` Robert Yang

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.