All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-handheld][PATCH] recipes: svn SRC_URI s/proto=/protocol=/g
@ 2012-07-16  9:25 Martin Jansa
  2012-07-19 16:19 ` Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2012-07-16  9:25 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes-bsp/ezx/ezx-gpiotool_svn.bb |    2 +-
 recipes-bsp/ezx/ezxd_svn.bb         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/ezx/ezx-gpiotool_svn.bb b/recipes-bsp/ezx/ezx-gpiotool_svn.bb
index 2d403de..ed733a2 100644
--- a/recipes-bsp/ezx/ezx-gpiotool_svn.bb
+++ b/recipes-bsp/ezx/ezx-gpiotool_svn.bb
@@ -7,7 +7,7 @@ SRCREV = "1877"
 PV = "${SRCPV}"
 PR = "r1"
 
-SRC_URI = "svn://svn.openezx.org/trunk/src/userspace;module=gpiotool;proto=http"
+SRC_URI = "svn://svn.openezx.org/trunk/src/userspace;module=gpiotool;protocol=http"
 S = "${WORKDIR}/gpiotool"
 
 do_compile() {
diff --git a/recipes-bsp/ezx/ezxd_svn.bb b/recipes-bsp/ezx/ezxd_svn.bb
index f738b5f..6dbcd0f 100644
--- a/recipes-bsp/ezx/ezxd_svn.bb
+++ b/recipes-bsp/ezx/ezxd_svn.bb
@@ -7,7 +7,7 @@ SRCREV = "2513"
 PV = "0.0+svnr${SRCPV}"
 PR = "r4"
 
-SRC_URI = "svn://svn.openezx.org/trunk/src/userspace/;module=ezxd;proto=http \
+SRC_URI = "svn://svn.openezx.org/trunk/src/userspace/;module=ezxd;protocol=http \
            file://ezxd.init \
           "
 
-- 
1.7.8.6




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

* Re: [meta-handheld][PATCH] recipes: svn SRC_URI s/proto=/protocol=/g
  2012-07-16  9:25 [meta-handheld][PATCH] recipes: svn SRC_URI s/proto=/protocol=/g Martin Jansa
@ 2012-07-19 16:19 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2012-07-19 16:19 UTC (permalink / raw)
  To: openembedded-devel

On Monday 16 July 2012 11:25:20 Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  recipes-bsp/ezx/ezx-gpiotool_svn.bb |    2 +-
>  recipes-bsp/ezx/ezxd_svn.bb         |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-bsp/ezx/ezx-gpiotool_svn.bb
> b/recipes-bsp/ezx/ezx-gpiotool_svn.bb index 2d403de..ed733a2 100644
> --- a/recipes-bsp/ezx/ezx-gpiotool_svn.bb
> +++ b/recipes-bsp/ezx/ezx-gpiotool_svn.bb
> @@ -7,7 +7,7 @@ SRCREV = "1877"
>  PV = "${SRCPV}"
>  PR = "r1"
> 
> -SRC_URI =
> "svn://svn.openezx.org/trunk/src/userspace;module=gpiotool;proto=http"
> +SRC_URI =
> "svn://svn.openezx.org/trunk/src/userspace;module=gpiotool;protocol=http" S
> = "${WORKDIR}/gpiotool"
> 
>  do_compile() {
> diff --git a/recipes-bsp/ezx/ezxd_svn.bb b/recipes-bsp/ezx/ezxd_svn.bb
> index f738b5f..6dbcd0f 100644
> --- a/recipes-bsp/ezx/ezxd_svn.bb
> +++ b/recipes-bsp/ezx/ezxd_svn.bb
> @@ -7,7 +7,7 @@ SRCREV = "2513"
>  PV = "0.0+svnr${SRCPV}"
>  PR = "r4"
> 
> -SRC_URI =
> "svn://svn.openezx.org/trunk/src/userspace/;module=ezxd;proto=http \
> +SRC_URI =
> "svn://svn.openezx.org/trunk/src/userspace/;module=ezxd;protocol=http \
> file://ezxd.init \
>            "

Merged to meta-handheld master, thanks.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

end of thread, other threads:[~2012-07-19 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-16  9:25 [meta-handheld][PATCH] recipes: svn SRC_URI s/proto=/protocol=/g Martin Jansa
2012-07-19 16:19 ` Paul Eggleton

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.