diff options
author | Elvis Dowson <elvis.dowson@gmail.com> | 2012-07-13 05:24:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-13 10:20:01 +0200 |
commit | 99cb797bd89e500b1cd1b61a383d926ef41c040c (patch) | |
tree | f53889067d01697712ad0d7baf59bfda8dfd202a /meta-oe/recipes-support | |
parent | 1c2f045d900cff48d9fd30df510a0988cfdbf2b1 (diff) | |
download | meta-openembedded-99cb797bd89e500b1cd1b61a383d926ef41c040c.tar.gz |
meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"
This commit updates the SRC_URI for the following recipes to use "protocol"
meta-oe/recipes-devtools/python/python-pyyaml_svn.bb
meta-oe/recipes-navigation/navit/navit_svn.bb
meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb
meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb
meta-oe/recipes-support/dfu-util/dfu-util_svn.bb
meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb
meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb
meta-oe/recipes-support/usbpath/usbpath_svn.bb
meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support')
7 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb b/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb index abb85fafc..7e7182088 100644 --- a/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb +++ b/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb | |||
@@ -9,7 +9,7 @@ PR = "r2" | |||
9 | 9 | ||
10 | DEPENDS = "virtual/libusb0 usbpath" | 10 | DEPENDS = "virtual/libusb0 usbpath" |
11 | 11 | ||
12 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;proto=http" | 12 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;protocol=http" |
13 | S = "${WORKDIR}/dfu-util" | 13 | S = "${WORKDIR}/dfu-util" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools |
diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb index 2ae9eb411..312ae602f 100644 --- a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb +++ b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb | |||
@@ -6,7 +6,7 @@ SRCREV = "1387" | |||
6 | PV = "v19+svnr${SRCPV}" | 6 | PV = "v19+svnr${SRCPV}" |
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRC_URI = "svn://www.portaudio.com/repos/portaudio;module=trunk;proto=http" | 9 | SRC_URI = "svn://www.portaudio.com/repos/portaudio;module=trunk;protocol=http" |
10 | S = "${WORKDIR}/trunk" | 10 | S = "${WORKDIR}/trunk" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
diff --git a/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb index 80fd4f78a..d46580338 100644 --- a/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb +++ b/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb | |||
@@ -7,7 +7,7 @@ SRCREV = "4949" | |||
7 | PV = "1.0+svnr${SRCPV}" | 7 | PV = "1.0+svnr${SRCPV}" |
8 | PR = "r2" | 8 | PR = "r2" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;proto=http" | 10 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http" |
11 | S = "${WORKDIR}/gpio" | 11 | S = "${WORKDIR}/gpio" |
12 | 12 | ||
13 | do_compile() { | 13 | do_compile() { |
diff --git a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb index 8a3d19054..96285e944 100644 --- a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb +++ b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb | |||
@@ -7,7 +7,7 @@ SRCREV = "4949" | |||
7 | PV = "1.0+svnr${SRCPV}" | 7 | PV = "1.0+svnr${SRCPV}" |
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;proto=http" | 10 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http" |
11 | S = "${WORKDIR}/gpio" | 11 | S = "${WORKDIR}/gpio" |
12 | 12 | ||
13 | do_compile() { | 13 | do_compile() { |
diff --git a/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb index b71231617..15e11acaf 100644 --- a/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb +++ b/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb | |||
@@ -7,7 +7,7 @@ SRCREV = "4268" | |||
7 | PV = "0.1+svnr${SRCPV}" | 7 | PV = "0.1+svnr${SRCPV}" |
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=sjf2410-linux;proto=http" | 10 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=sjf2410-linux;protocol=http" |
11 | S = "${WORKDIR}/sjf2410-linux" | 11 | S = "${WORKDIR}/sjf2410-linux" |
12 | 12 | ||
13 | inherit native deploy | 13 | inherit native deploy |
diff --git a/meta-oe/recipes-support/usbpath/usbpath_svn.bb b/meta-oe/recipes-support/usbpath/usbpath_svn.bb index 594126750..903a33d21 100644 --- a/meta-oe/recipes-support/usbpath/usbpath_svn.bb +++ b/meta-oe/recipes-support/usbpath/usbpath_svn.bb | |||
@@ -11,7 +11,7 @@ BBCLASSEXTEND = "native" | |||
11 | SRCREV = "3172" | 11 | SRCREV = "3172" |
12 | PV = "0.0+svnr${SRCPV}" | 12 | PV = "0.0+svnr${SRCPV}" |
13 | 13 | ||
14 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;proto=http" | 14 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http" |
15 | 15 | ||
16 | S = "${WORKDIR}/usbpath" | 16 | S = "${WORKDIR}/usbpath" |
17 | 17 | ||
diff --git a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb index 9114832e6..6d1fa9a7f 100644 --- a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb +++ b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb | |||
@@ -6,7 +6,7 @@ SRCREV = "5394" | |||
6 | PV = "0.0.0+svnr${SRCPV}" | 6 | PV = "0.0.0+svnr${SRCPV}" |
7 | PR = "r2" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;proto=http" | 9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;protocol=http" |
10 | S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig" | 10 | S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig" |
11 | 11 | ||
12 | TARGET_CC_ARCH += "${LDFLAGS}" | 12 | TARGET_CC_ARCH += "${LDFLAGS}" |