aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-08-30 09:56:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-30 16:10:46 +0100
commita2bab241c64428d5109c3c5ac5de4463fbad70c5 (patch)
tree893c4cae0aa3a18da6a96d87694d883c27f1c1ac /meta/recipes-devtools
parent1177aee9a6761a6a46a6213f7c4d35827ea54022 (diff)
downloadopenembedded-core-a2bab241c64428d5109c3c5ac5de4463fbad70c5.tar.gz
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. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb2
-rw-r--r--meta/recipes-devtools/gnu-config/gnu-config_git.bb2
-rw-r--r--meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb2
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_git.bb2
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig_git.bb2
-rw-r--r--meta/recipes-devtools/prelink/prelink_git.bb2
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_git.bb2
-rw-r--r--meta/recipes-devtools/qemu/qemu_git.bb2
-rw-r--r--meta/recipes-devtools/swabber/swabber-native_git.bb2
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb2
10 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
index 07e8529a9d..51120a0ce6 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
@@ -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"
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
index 8112690484..b12ab7ddc3 100644
--- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
+++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
@@ -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"
diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
index 5797204d71..ea527849b0 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
@@ -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 "
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
index f3cbc53493..279cb74a1d 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
@@ -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"
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
index d5ec8fcf79..cc0814b082 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
@@ -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"
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 8c55b91481..744a55ff39 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -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 \
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 87684efe03..226ff96dda 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -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"
diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb
index ed7ad32f4a..5f5f0dd05e 100644
--- a/meta/recipes-devtools/qemu/qemu_git.bb
+++ b/meta/recipes-devtools/qemu/qemu_git.bb
@@ -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"
diff --git a/meta/recipes-devtools/swabber/swabber-native_git.bb b/meta/recipes-devtools/swabber/swabber-native_git.bb
index 9faae5d59a..2648c61d34 100644
--- a/meta/recipes-devtools/swabber/swabber-native_git.bb
+++ b/meta/recipes-devtools/swabber/swabber-native_git.bb
@@ -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
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index 5df661ca45..09b153ed57 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -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 \
"