diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2013-08-30 09:56:36 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-30 16:10:46 +0100 |
| commit | a2bab241c64428d5109c3c5ac5de4463fbad70c5 (patch) | |
| tree | 893c4cae0aa3a18da6a96d87694d883c27f1c1ac /meta | |
| parent | 1177aee9a6761a6a46a6213f7c4d35827ea54022 (diff) | |
| download | openembedded-core-a2bab241c64428d5109c3c5ac5de4463fbad70c5.tar.gz openembedded-core-a2bab241c64428d5109c3c5ac5de4463fbad70c5.tar.bz2 openembedded-core-a2bab241c64428d5109c3c5ac5de4463fbad70c5.zip | |
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')
98 files changed, 100 insertions, 100 deletions
diff --git a/meta/classes/clutter.bbclass b/meta/classes/clutter.bbclass index 0dc485053b..66a49bc175 100644 --- a/meta/classes/clutter.bbclass +++ b/meta/classes/clutter.bbclass @@ -15,7 +15,7 @@ FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${REALNAME}-${PV}", "${FILE CLUTTER_SRC_FTP = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive" -CLUTTER_SRC_GIT = "git://git.gnome.org/${REALNAME};protocol=git" +CLUTTER_SRC_GIT = "git://git.gnome.org/${REALNAME}" SRC_URI = "${CLUTTER_SRC_FTP}" S = "${WORKDIR}/${REALNAME}-${PV}" 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" diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb index f2ed6721be..2d422b2b2b 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb @@ -10,7 +10,7 @@ DEPENDS = "gtk+ dbus-glib intltool-native" # 0.7 tag |
