[oe] [poky] meta: Fix SRC_URI warnings to use "protocol" not "proto"

2012-07-12 Thread Elvis Dowson
This commit updates the SRC_URI for the following recipes to use "protocol"
recipes-core/eglibc/cross-localedef-native_2.15.bb
recipes-core/eglibc/eglibc_2.15.bb
recipes-devtools/gcc/gcc-4.7.inc
recipes-devtools/installer/adt-installer_1.0.bb
recipes-devtools/opkg/opkg_svn.bb
recipes-devtools/tcf-agent/tcf-agent_git.bb
recipes-devtools/ubootchart/ubootchart_svn.bb
recipes-gnome/gtkhtml2/gtkhtml2_svn.bb
recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
recipes-sato/webkit/webkit-gtk_svn.bb

Signed-off-by: Elvis Dowson 
---
 .../eglibc/cross-localedef-native_2.15.bb  |2 +-
 meta/recipes-core/eglibc/eglibc_2.15.bb|2 +-
 meta/recipes-devtools/gcc/gcc-4.7.inc  |2 +-
 .../installer/adt-installer_1.0.bb |2 +-
 meta/recipes-devtools/opkg/opkg_svn.bb |2 +-
 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb   |2 +-
 meta/recipes-devtools/ubootchart/ubootchart_svn.bb |2 +-
 meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb|2 +-
 .../matchbox-wm-2/matchbox-wm-2_git.bb |2 +-
 meta/recipes-sato/webkit/webkit-gtk_svn.bb |6 +++---
 10 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb 
b/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb
index 6f311fc..493eb61 100644
--- a/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb
+++ b/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb
@@ -16,7 +16,7 @@ inherit autotools
 PR = "r0"
 SRCREV="15225"
 EGLIBC_BRANCH="eglibc-2_14"
-SRC_URI = 
"svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http "
+SRC_URI = 
"svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http "
 S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef"
 
 do_unpack_append() {
diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb 
b/meta/recipes-core/eglibc/eglibc_2.15.bb
index 7dd9810..110febf 100644
--- a/meta/recipes-core/eglibc/eglibc_2.15.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.15.bb
@@ -7,7 +7,7 @@ PR = "r12"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_15"
-SRC_URI = 
"svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \
+SRC_URI = 
"svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http \
file://eglibc-svn-arm-lowlevellock-include-tls.patch \
file://IO-acquire-lock-fix.patch \
file://mips-rld-map-check.patch \
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc 
b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 0e40533..a2e9ae0 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
   file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8"
 
-SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
+SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};protocol=http \
   file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
   file://100-uclibc-conf.patch \
file://gcc-uclibc-locale-ctype_touplow_t.patch \
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb 
b/meta/recipes-devtools/installer/adt-installer_1.0.bb
index 5dc0896..e1edf2f 100644
--- a/meta/recipes-devtools/installer/adt-installer_1.0.bb
+++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb
@@ -39,7 +39,7 @@ S = "${WORKDIR}/trunk"
 
 SRCREV = "596"
 PV = "0.1.8+svnr${SRCPV}"
-SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
+SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
file://wget_cache.patch \
file://adt_installer \
file://scripts/adt_installer_internal \
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb 
b/meta/recipes-devtools/opkg/opkg_svn.bb
index faf0ba3..a0667ac 100644
--- a/meta/recipes-devtools/opkg/opkg_svn.bb
+++ b/meta/recipes-devtools/opkg/opkg_svn.bb
@@ -1,6 +1,6 @@
 require opkg.inc
 
-SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
+SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
file://add_vercmp.patch \
file://add_uname_support.patch \
file://fix_installorder.patch \
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb 
b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index 8ac8022..25fccaf 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -10,7 +10,7 @@ SRCREV = "4ef94ecb927a8912c3d79ce137182247786cff8f"
 PV = "0.4.0+git${SRCPV}"
 PR = "r0"
 
-SRC_URI = 
"git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;proto=git \
+SRC_URI = 
"git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;protocol=git \
http://www.eclipse.org/legal/epl-v10.html;name=epl \
file://

Re: [oe] [poky] meta: Fix SRC_URI warnings to use "protocol" not "proto"

2012-07-12 Thread Khem Raj
Saul already posted a patch for OE-Core there was discussion on that
thread as well


On Thu, Jul 12, 2012 at 10:07 PM, Elvis Dowson  wrote:
> This commit updates the SRC_URI for the following recipes to use "protocol"
> recipes-core/eglibc/cross-localedef-native_2.15.bb
> recipes-core/eglibc/eglibc_2.15.bb
> recipes-devtools/gcc/gcc-4.7.inc
> recipes-devtools/installer/adt-installer_1.0.bb
> recipes-devtools/opkg/opkg_svn.bb
> recipes-devtools/tcf-agent/tcf-agent_git.bb
> recipes-devtools/ubootchart/ubootchart_svn.bb
> recipes-gnome/gtkhtml2/gtkhtml2_svn.bb
> recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
> recipes-sato/webkit/webkit-gtk_svn.bb
>
> Signed-off-by: Elvis Dowson 
> ---
>  .../eglibc/cross-localedef-native_2.15.bb  |2 +-
>  meta/recipes-core/eglibc/eglibc_2.15.bb|2 +-
>  meta/recipes-devtools/gcc/gcc-4.7.inc  |2 +-
>  .../installer/adt-installer_1.0.bb |2 +-
>  meta/recipes-devtools/opkg/opkg_svn.bb |2 +-
>  meta/recipes-devtools/tcf-agent/tcf-agent_git.bb   |2 +-
>  meta/recipes-devtools/ubootchart/ubootchart_svn.bb |2 +-
>  meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb|2 +-
>  .../matchbox-wm-2/matchbox-wm-2_git.bb |2 +-
>  meta/recipes-sato/webkit/webkit-gtk_svn.bb |6 +++---
>  10 files changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb 
> b/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb
> index 6f311fc..493eb61 100644
> --- a/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb
> +++ b/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb
> @@ -16,7 +16,7 @@ inherit autotools
>  PR = "r0"
>  SRCREV="15225"
>  EGLIBC_BRANCH="eglibc-2_14"
> -SRC_URI = 
> "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http "
> +SRC_URI = 
> "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http "
>  S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef"
>
>  do_unpack_append() {
> diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb 
> b/meta/recipes-core/eglibc/eglibc_2.15.bb
> index 7dd9810..110febf 100644
> --- a/meta/recipes-core/eglibc/eglibc_2.15.bb
> +++ b/meta/recipes-core/eglibc/eglibc_2.15.bb
> @@ -7,7 +7,7 @@ PR = "r12"
>  PR_append = "+svnr${SRCPV}"
>
>  EGLIBC_BRANCH="eglibc-2_15"
> -SRC_URI = 
> "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \
> +SRC_URI = 
> "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http \
> file://eglibc-svn-arm-lowlevellock-include-tls.patch \
> file://IO-acquire-lock-fix.patch \
> file://mips-rld-map-check.patch \
> diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc 
> b/meta/recipes-devtools/gcc/gcc-4.7.inc
> index 0e40533..a2e9ae0 100644
> --- a/meta/recipes-devtools/gcc/gcc-4.7.inc
> +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
> @@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = 
> "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
> file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
>
> file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8"
>
> -SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
> +SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};protocol=http 
> \
>file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
>file://100-uclibc-conf.patch \
> file://gcc-uclibc-locale-ctype_touplow_t.patch \
> diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb 
> b/meta/recipes-devtools/installer/adt-installer_1.0.bb
> index 5dc0896..e1edf2f 100644
> --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb
> +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb
> @@ -39,7 +39,7 @@ S = "${WORKDIR}/trunk"
>
>  SRCREV = "596"
>  PV = "0.1.8+svnr${SRCPV}"
> -SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
> +SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
> file://wget_cache.patch \
> file://adt_installer \
> file://scripts/adt_installer_internal \
> diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb 
> b/meta/recipes-devtools/opkg/opkg_svn.bb
> index faf0ba3..a0667ac 100644
> --- a/meta/recipes-devtools/opkg/opkg_svn.bb
> +++ b/meta/recipes-devtools/opkg/opkg_svn.bb
> @@ -1,6 +1,6 @@
>  require opkg.inc
>
> -SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
> +SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
> file://add_vercmp.patch \
> file://add_uname_support.patch \
> file://fix_installorder.patch \
> diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb 
> b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
> index 8ac8022..25fccaf 100644
> --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
> +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
> @@ -10,7 +10,7 @@ S

Re: [oe] [poky] meta: Fix SRC_URI warnings to use "protocol" not "proto"

2012-07-13 Thread Elvis Dowson
Hi Khem,

On Jul 13, 2012, at 10:51 AM, Khem Raj wrote:

> Saul already posted a patch for OE-Core there was discussion on that
> thread as well

Ok! I just noticed it after deleting everything and doing a fresh rebuild!

Elvis

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel