From 99cb797bd89e500b1cd1b61a383d926ef41c040c Mon Sep 17 00:00:00 2001 From: Elvis Dowson Date: Fri, 13 Jul 2012 05:24:14 +0000 Subject: 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 Signed-off-by: Koen Kooi --- meta-oe/recipes-support/dfu-util/dfu-util_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/dfu-util') 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 abb85fafc4..7e7182088a 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" DEPENDS = "virtual/libusb0 usbpath" -SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;proto=http" +SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;protocol=http" S = "${WORKDIR}/dfu-util" inherit autotools -- cgit 1.2.3-korg