summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-09-02 02:54:11 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-03 16:59:13 +0200
commitb79176adb306d6802d1219dfadfa7ffe080efb22 (patch)
tree6e1f573f3b398646d48122c6766e1014c1b83018 /meta-gnome
parent9e4b28aa92d69695bf49b5d588f08963eed1d35c (diff)
downloadmeta-openembedded-b79176adb306d6802d1219dfadfa7ffe080efb22.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: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb2
-rw-r--r--meta-gnome/recipes-gnome/pimlico/contacts_git.bb2
-rw-r--r--meta-gnome/recipes-gnome/pimlico/dates_git.bb2
-rw-r--r--meta-gnome/recipes-gnome/pimlico/tasks_git.bb2
5 files changed, 5 insertions, 5 deletions
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 155945f64..13f6b3b0f 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"
16PV = "3.2.3+git${SRCPV}" 16PV = "3.2.3+git${SRCPV}"
17 17
18SRC_URI = " \ 18SRC_URI = " \
19 git://git.gnome.org/evolution-data-server;protocol=git \ 19 git://git.gnome.org/evolution-data-server \
20 file://0001-contact-Replace-the-Novell-sample-contact-with-somet.patch \ 20 file://0001-contact-Replace-the-Novell-sample-contact-with-somet.patch \
21 file://0002-Fix-for-automake-1.12.x.patch \ 21 file://0002-Fix-for-automake-1.12.x.patch \
22 file://0003-Disable-Werror-for-automake.patch \ 22 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 47baea694..7a33c24a9 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
8 8
9inherit gnome 9inherit gnome
10 10
11SRC_URI = "git://git.gnome.org/gnome-settings-daemon;protocol=git;branch=gnome-2-32" 11SRC_URI = "git://git.gnome.org/gnome-settings-daemon;branch=gnome-2-32"
12SRCREV = "0160f6725cfb872e017f3958f108792c3b882872" 12SRCREV = "0160f6725cfb872e017f3958f108792c3b882872"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
diff --git a/meta-gnome/recipes-gnome/pimlico/contacts_git.bb b/meta-gnome/recipes-gnome/pimlico/contacts_git.bb
index 28e5fe23e..8a4a07166 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"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14SRC_URI =+ "git://git.gnome.org/${BPN};protocol=git \ 14SRC_URI =+ "git://git.gnome.org/${BPN} \
15 file://make-382.patch" 15 file://make-382.patch"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
diff --git a/meta-gnome/recipes-gnome/pimlico/dates_git.bb b/meta-gnome/recipes-gnome/pimlico/dates_git.bb
index 086abc772..a4a572f85 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"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14SRC_URI = "git://git.gnome.org/${BPN};protocol=git \ 14SRC_URI = "git://git.gnome.org/${BPN} \
15 file://make-382.patch \ 15 file://make-382.patch \
16 file://dso_linking_change_build_fix.patch \ 16 file://dso_linking_change_build_fix.patch \
17 file://uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch \ 17 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 16c043076..6a06da336 100644
--- a/meta-gnome/recipes-gnome/pimlico/tasks_git.bb
+++ b/meta-gnome/recipes-gnome/pimlico/tasks_git.bb
@@ -1,6 +1,6 @@
1require tasks.inc 1require tasks.inc
2 2
3SRC_URI = "git://git.gnome.org/${BPN};protocol=git" 3SRC_URI = "git://git.gnome.org/${BPN}"
4 4
5SRCREV = "ea52d46d691c5fce4473ea4e24a35411381f3a65" 5SRCREV = "ea52d46d691c5fce4473ea4e24a35411381f3a65"
6PV = "0.13+git${SRCPV}" 6PV = "0.13+git${SRCPV}"