remove the unnecessary protocol parameters

It's not necessary to specify the protocol parameter when it's the
default protocol for the fetcher, e.g. the default protocol for
git fetcher it git, "protocol=git" isn't needed.

(From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jackie Huang
2013-08-30 09:56:36 +08:00
committed by Richard Purdie
parent 5c0e6cfdd9
commit 88c5e10d62
98 changed files with 100 additions and 100 deletions

View File

@@ -13,7 +13,7 @@ SECTION = "base"
DEPENDS = "util-linux attr"
SRCREV = "194aa4a1bd6447bb545286d0bcb0b0be8204d79f"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;protocol=git"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git"
S = "${WORKDIR}/git"

View File

@@ -12,7 +12,7 @@ SRCREV = "a47f842264fc19837f8a00eb1d2d254a4c527334"
PV = "1.0+git${SRCPV}"
PR = "r0"
SRC_URI = "git://git.sv.gnu.org/config.git;protocol=git \
SRC_URI = "git://git.sv.gnu.org/config.git \
file://config-guess-uclibc.patch \
file://gnu-configize.in"

View File

@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
SRCREV = "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f"
SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git \
SRC_URI = "git://git.infradead.org/mtd-utils.git \
file://add-exclusion-to-mkfs-jffs2-git-2.patch \
file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch "

View File

@@ -9,7 +9,7 @@ RDEPENDS_${PN}_class-native = ""
SRCREV = "757a1664a440c60e8126443bf984e4bdf374c327"
PV = "0.1.8+git${SRCPV}"
SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=git \
SRC_URI = "git://git.yoctoproject.org/opkg-utils \
"
S = "${WORKDIR}/git"

View File

@@ -1,6 +1,6 @@
require pkgconfig.inc
SRC_URI = "git://anongit.freedesktop.org/pkg-config;protocol=git \
SRC_URI = "git://anongit.freedesktop.org/pkg-config \
file://autofoo.patch \
file://glibconfig-sysdefs.h"

View File

@@ -26,7 +26,7 @@ FILES_${PN}-cron = "${sysconfdir}/cron.daily ${sysconfdir}/default"
PACKAGES =+ "${PN}-cron"
SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;protocol=git \
SRC_URI = "git://git.yoctoproject.org/prelink-cross.git \
file://prelink.conf \
file://prelink.cron.daily \
file://prelink.default \

View File

@@ -6,7 +6,7 @@ PR = "r0"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://git.yoctoproject.org/pseudo;protocol=git"
SRC_URI = "git://git.yoctoproject.org/pseudo"
S = "${WORKDIR}/git"

View File

@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
PV = "1.3.0+git${SRCPV}"
PR = "r0"
SRC_URI_prepend = "git://git.qemu.org/qemu.git;protocol=git"
SRC_URI_prepend = "git://git.qemu.org/qemu.git"
S = "${WORKDIR}/git"
DEFAULT_PREFERENCE = "-1"

View File

@@ -8,7 +8,7 @@ PV = "0.0+git${SRCPV}"
S = "${WORKDIR}/git"
SRC_URI = "git://git.yoctoproject.org/swabber;protocol=git"
SRC_URI = "git://git.yoctoproject.org/swabber"
inherit native

View File

@@ -9,7 +9,7 @@ SRCREV = "4ef94ecb927a8912c3d79ce137182247786cff8f"
PV = "0.4.0+git${SRCPV}"
PR = "r2"
SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;protocol=git \
SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git \
file://fix_ranlib.patch \
file://fix_tcf-agent.init.patch \
"