From a2bab241c64428d5109c3c5ac5de4463fbad70c5 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 30 Aug 2013 09:56:36 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb | 2 +- meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.01.01.bb | 2 +- meta/recipes-bsp/u-boot/u-boot-mkimage_2013.01.01.bb | 2 +- meta/recipes-bsp/u-boot/u-boot_2011.03.bb | 2 +- meta/recipes-bsp/u-boot/u-boot_2011.06.bb | 2 +- meta/recipes-bsp/u-boot/u-boot_2013.01.01.bb | 2 +- meta/recipes-bsp/u-boot/u-boot_2013.07.bb | 2 +- meta/recipes-bsp/x-load/x-load_git.bb | 6 +++--- meta/recipes-bsp/zaurusd/zaurusd_git.bb | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) (limited to 'meta/recipes-bsp') diff --git a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb b/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb index 1ded4168d9..ef4888428e 100644 --- a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb +++ b/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb @@ -11,7 +11,7 @@ PR = "r0" RDEPENDS_${PN} = "pm-utils" -SRC_URI = "git://git.debian.org/git/debian-eeepc/eeepc-acpi-scripts.git;protocol=git \ +SRC_URI = "git://git.debian.org/git/debian-eeepc/eeepc-acpi-scripts.git \ file://remove-doc-check.patch \ file://powerbtn.patch \ file://policy-funcs " diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.01.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.01.01.bb index efa418f205..e1c2d46cb0 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.01.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.01.01.bb @@ -16,7 +16,7 @@ SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46" PV = "v2013.01.01+git${SRCPV}" -SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" +SRC_URI = "git://git.denx.de/u-boot.git;branch=master" S = "${WORKDIR}/git" diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2013.01.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2013.01.01.bb index 2b39998a8f..dc6e2f6fac 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2013.01.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2013.01.01.bb @@ -14,7 +14,7 @@ SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46" PV = "v2013.01.01+git${SRCPV}" -SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" +SRC_URI = "git://git.denx.de/u-boot.git;branch=master" S = "${WORKDIR}/git" diff --git a/meta/recipes-bsp/u-boot/u-boot_2011.03.bb b/meta/recipes-bsp/u-boot/u-boot_2011.03.bb index a9cbeca167..0b8651a9d8 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2011.03.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2011.03.bb @@ -17,7 +17,7 @@ SRCREV = "19b54a701811220221fc4d5089a2bb18892018ca" PV = "v2011.03+git${SRCPV}" PR = "r8" -SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" +SRC_URI = "git://git.denx.de/u-boot.git;branch=master" S = "${WORKDIR}/git" diff --git a/meta/recipes-bsp/u-boot/u-boot_2011.06.bb b/meta/recipes-bsp/u-boot/u-boot_2011.06.bb index a115ed2801..4eb00a24ae 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2011.06.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2011.06.bb @@ -17,7 +17,7 @@ SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a" PV = "v2011.06+git${SRCPV}" PR = "r3" -SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" +SRC_URI = "git://git.denx.de/u-boot.git;branch=master" S = "${WORKDIR}/git" diff --git a/meta/recipes-bsp/u-boot/u-boot_2013.01.01.bb b/meta/recipes-bsp/u-boot/u-boot_2013.01.01.bb index 8ffb8f31fd..0876eb3c0a 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2013.01.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2013.01.01.bb @@ -22,7 +22,7 @@ SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46" PV = "v2013.01.01+git${SRCPV}" PR = "r0" -SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" +SRC_URI = "git://git.denx.de/u-boot.git;branch=master" S = "${WORKDIR}/git" diff --git a/meta/recipes-bsp/u-boot/u-boot_2013.07.bb b/meta/recipes-bsp/u-boot/u-boot_2013.07.bb index f3f4b62bc5..3141a2dd06 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2013.07.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2013.07.bb @@ -16,7 +16,7 @@ SRCREV = "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c" PV = "v2013.07+git${SRCPV}" -SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" +SRC_URI = "git://git.denx.de/u-boot.git;branch=master" S = "${WORKDIR}/git" diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb index 220419e838..910c078257 100644 --- a/meta/recipes-bsp/x-load/x-load_git.bb +++ b/meta/recipes-bsp/x-load/x-load_git.bb @@ -9,9 +9,9 @@ SRCREV = "9f94c6577e3a018b6b75cbe39f32bb331871f915" PV = "1.5.0+git${SRCPV}" PR="r0" -#SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git" -#SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git" -SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git" +#SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master" +#SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master" +SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master" SRC_URI_append_beagleboard = " file://name.patch " diff --git a/meta/recipes-bsp/zaurusd/zaurusd_git.bb b/meta/recipes-bsp/zaurusd/zaurusd_git.bb index 79bb0d1dc2..37aaee80ab 100644 --- a/meta/recipes-bsp/zaurusd/zaurusd_git.bb +++ b/meta/recipes-bsp/zaurusd/zaurusd_git.bb @@ -9,7 +9,7 @@ SRCREV = "85d941d87f0c41b196766a173feaafffa6de2dc2" PV = "0.1+git${SRCPV}" PR = "r0" -SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" +SRC_URI = "git://git.yoctoproject.org/${BPN}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg