mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
1c2f045d90
commit
99cb797bd8
@ -9,7 +9,7 @@ PV = "3.08+svnr${SRCPV}"
|
||||
PR = "ml2"
|
||||
|
||||
SRC_URI = "\
|
||||
svn://svn.pyyaml.org/pyyaml;module=trunk;proto=http \
|
||||
svn://svn.pyyaml.org/pyyaml;module=trunk;protocol=http \
|
||||
file://setup.py \
|
||||
"
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
@ -5,6 +5,6 @@ PV = "0.2.0+svnr${SRCPV}"
|
||||
PR = "${INC_PR}.2"
|
||||
|
||||
S = "${WORKDIR}/${PN}"
|
||||
SRC_URI += "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;proto=http \
|
||||
SRC_URI += "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;protocol=http \
|
||||
file://taking-address-of-temporary-array.patch \
|
||||
"
|
||||
|
||||
@ -9,7 +9,7 @@ DEPENDS += "qwt libsocketcan"
|
||||
|
||||
PV = "0.5+svnr${SRCPV}"
|
||||
SRCREV = "48"
|
||||
SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;proto=https"
|
||||
SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/qcanobserver/DeviceLib/linux/SocketCAN"
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ DEPENDS += "qwt"
|
||||
|
||||
PV = "0.5+svnr${SRCPV}"
|
||||
SRCREV = "48"
|
||||
SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;proto=https \
|
||||
SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;protocol=https \
|
||||
file://0001-messagebufferinterface.cpp-add-sys-socket.h-as-inclu.patch \
|
||||
file://0002-qconsole-writethread-gcc-4.5-fixes.patch \
|
||||
file://candemo.xml"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -6,7 +6,7 @@ SRCREV = "1387"
|
||||
PV = "v19+svnr${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "svn://www.portaudio.com/repos/portaudio;module=trunk;proto=http"
|
||||
SRC_URI = "svn://www.portaudio.com/repos/portaudio;module=trunk;protocol=http"
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
inherit autotools
|
||||
|
||||
@ -7,7 +7,7 @@ SRCREV = "4949"
|
||||
PV = "1.0+svnr${SRCPV}"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;proto=http"
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http"
|
||||
S = "${WORKDIR}/gpio"
|
||||
|
||||
do_compile() {
|
||||
|
||||
@ -7,7 +7,7 @@ SRCREV = "4949"
|
||||
PV = "1.0+svnr${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;proto=http"
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http"
|
||||
S = "${WORKDIR}/gpio"
|
||||
|
||||
do_compile() {
|
||||
|
||||
@ -7,7 +7,7 @@ SRCREV = "4268"
|
||||
PV = "0.1+svnr${SRCPV}"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=sjf2410-linux;proto=http"
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=sjf2410-linux;protocol=http"
|
||||
S = "${WORKDIR}/sjf2410-linux"
|
||||
|
||||
inherit native deploy
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ SRCREV = "5394"
|
||||
PV = "0.0.0+svnr${SRCPV}"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;proto=http"
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;protocol=http"
|
||||
S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig"
|
||||
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user