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/usbpath | |
parent | 1c2f045d900cff48d9fd30df510a0988cfdbf2b1 (diff) | |
download | meta-openembedded-contrib-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/usbpath')
-rw-r--r-- | meta-oe/recipes-support/usbpath/usbpath_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/usbpath/usbpath_svn.bb b/meta-oe/recipes-support/usbpath/usbpath_svn.bb index 594126750c6..903a33d213a 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" SRCREV = "3172" PV = "0.0+svnr${SRCPV}" -SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;proto=http" +SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http" S = "${WORKDIR}/usbpath" |