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-navigation | |
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-navigation')
-rw-r--r-- | meta-oe/recipes-navigation/navit/navit_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/navit/navit_svn.bb b/meta-oe/recipes-navigation/navit/navit_svn.bb index b3057b53e..135075187 100644 --- a/meta-oe/recipes-navigation/navit/navit_svn.bb +++ b/meta-oe/recipes-navigation/navit/navit_svn.bb | |||
@@ -5,6 +5,6 @@ PV = "0.2.0+svnr${SRCPV}" | |||
5 | PR = "${INC_PR}.2" | 5 | PR = "${INC_PR}.2" |
6 | 6 | ||
7 | S = "${WORKDIR}/${PN}" | 7 | S = "${WORKDIR}/${PN}" |
8 | SRC_URI += "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;proto=http \ | 8 | SRC_URI += "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;protocol=http \ |
9 | file://taking-address-of-temporary-array.patch \ | 9 | file://taking-address-of-temporary-array.patch \ |
10 | " | 10 | " |