From b79176adb306d6802d1219dfadfa7ffe080efb22 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 2 Sep 2013 02:54:11 +0000 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: Martin Jansa --- meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | 2 +- .../recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb | 2 +- meta-gnome/recipes-gnome/pimlico/contacts_git.bb | 2 +- meta-gnome/recipes-gnome/pimlico/dates_git.bb | 2 +- meta-gnome/recipes-gnome/pimlico/tasks_git.bb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb index 155945f64d..13f6b3b0f0 100644 --- a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb +++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb @@ -16,7 +16,7 @@ SRCREV = "a9e4e74ec4473a4fd09e56b690bd4fa72f686687" PV = "3.2.3+git${SRCPV}" SRC_URI = " \ - git://git.gnome.org/evolution-data-server;protocol=git \ + git://git.gnome.org/evolution-data-server \ file://0001-contact-Replace-the-Novell-sample-contact-with-somet.patch \ file://0002-Fix-for-automake-1.12.x.patch \ file://0003-Disable-Werror-for-automake.patch \ diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb index 47baea694f..7a33c24a93 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb @@ -8,7 +8,7 @@ DEPENDS = "libxxf86misc libsndfile1 libxtst glib-2.0 polkit gtk+ gconf dbus-glib inherit gnome -SRC_URI = "git://git.gnome.org/gnome-settings-daemon;protocol=git;branch=gnome-2-32" +SRC_URI = "git://git.gnome.org/gnome-settings-daemon;branch=gnome-2-32" SRCREV = "0160f6725cfb872e017f3958f108792c3b882872" S = "${WORKDIR}/git" diff --git a/meta-gnome/recipes-gnome/pimlico/contacts_git.bb b/meta-gnome/recipes-gnome/pimlico/contacts_git.bb index 28e5fe23ea..8a4a071664 100644 --- a/meta-gnome/recipes-gnome/pimlico/contacts_git.bb +++ b/meta-gnome/recipes-gnome/pimlico/contacts_git.bb @@ -11,7 +11,7 @@ PR = "r4" S = "${WORKDIR}/git" -SRC_URI =+ "git://git.gnome.org/${BPN};protocol=git \ +SRC_URI =+ "git://git.gnome.org/${BPN} \ file://make-382.patch" S = "${WORKDIR}/git" diff --git a/meta-gnome/recipes-gnome/pimlico/dates_git.bb b/meta-gnome/recipes-gnome/pimlico/dates_git.bb index 086abc7722..a4a572f85f 100644 --- a/meta-gnome/recipes-gnome/pimlico/dates_git.bb +++ b/meta-gnome/recipes-gnome/pimlico/dates_git.bb @@ -11,7 +11,7 @@ PR = "r9" S = "${WORKDIR}/git" -SRC_URI = "git://git.gnome.org/${BPN};protocol=git \ +SRC_URI = "git://git.gnome.org/${BPN} \ file://make-382.patch \ file://dso_linking_change_build_fix.patch \ file://uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch \ diff --git a/meta-gnome/recipes-gnome/pimlico/tasks_git.bb b/meta-gnome/recipes-gnome/pimlico/tasks_git.bb index 16c043076c..6a06da3363 100644 --- a/meta-gnome/recipes-gnome/pimlico/tasks_git.bb +++ b/meta-gnome/recipes-gnome/pimlico/tasks_git.bb @@ -1,6 +1,6 @@ require tasks.inc -SRC_URI = "git://git.gnome.org/${BPN};protocol=git" +SRC_URI = "git://git.gnome.org/${BPN}" SRCREV = "ea52d46d691c5fce4473ea4e24a35411381f3a65" PV = "0.13+git${SRCPV}" -- cgit 1.2.3-korg