summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
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:23:46 +0100
commit88c5e10d6296efb175f05c3aae6e308972854cb1 (patch)
treec3ca1c762f9caec38908f8a2ab1cf4933b69e9e6 /meta/recipes-sato
parent5c0e6cfdd9342dae634ed85facba387e03bc207b (diff)
downloadpoky-88c5e10d6296efb175f05c3aae6e308972854cb1.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. (From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/gaku/gaku_git.bb2
-rw-r--r--meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb2
-rw-r--r--meta/recipes-sato/libowl/libowl_git.bb2
-rw-r--r--meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb2
-rw-r--r--meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb2
-rw-r--r--meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb2
-rw-r--r--meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb2
-rw-r--r--meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb2
-rw-r--r--meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb2
-rw-r--r--meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb2
-rw-r--r--meta/recipes-sato/owl-video-widget/libowl-av_git.bb2
-rw-r--r--meta/recipes-sato/owl-video-widget/owl-video_git.bb2
-rw-r--r--meta/recipes-sato/puzzles/oh-puzzles_git.bb2
-rw-r--r--meta/recipes-sato/puzzles/puzzles_r9765.bb2
-rw-r--r--meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb2
-rw-r--r--meta/recipes-sato/settings-daemon/settings-daemon_git.bb2
-rw-r--r--meta/recipes-sato/web/web-webkit_git.bb2
17 files changed, 17 insertions, 17 deletions
diff --git a/meta/recipes-sato/gaku/gaku_git.bb b/meta/recipes-sato/gaku/gaku_git.bb
index 9f1bad205b..e17ebc788c 100644
--- a/meta/recipes-sato/gaku/gaku_git.bb
+++ b/meta/recipes-sato/gaku/gaku_git.bb
@@ -19,7 +19,7 @@ SRCREV = "a0be2fe4b5f12b8b07f4e3bd624b3729657f0ac5"
19PV = "0.1+git${SRCPV}" 19PV = "0.1+git${SRCPV}"
20PR = "r0" 20PR = "r0"
21 21
22SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" 22SRC_URI = "git://git.yoctoproject.org/${BPN}"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb b/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb
index c2e4854a29..5526a6486d 100644
--- a/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb
+++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb
@@ -8,7 +8,7 @@ SRCREV = "4740ad8d53aba4368ce3e03b06cfdc69eb86dcdc"
8PV = "0.3.3+git${SRCPV}" 8PV = "0.3.3+git${SRCPV}"
9PR = "r0" 9PR = "r0"
10 10
11SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" 11SRC_URI = "git://git.yoctoproject.org/${BPN}"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta/recipes-sato/libowl/libowl_git.bb b/meta/recipes-sato/libowl/libowl_git.bb
index 20bc0599d0..54ca62bcd8 100644
--- a/meta/recipes-sato/libowl/libowl_git.bb
+++ b/meta/recipes-sato/libowl/libowl_git.bb
@@ -14,7 +14,7 @@ SRCREV = "6ebc8ac8f8575278dd40a535cadefa26374e44b1"
14PV = "0.1+git${SRCPV}" 14PV = "0.1+git${SRCPV}"
15PR = "r0" 15PR = "r0"
16 16
17SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" 17SRC_URI = "git://git.yoctoproject.org/${BPN}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb
index 1d93b73f37..fb35f989fa 100644
--- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb
+++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb
@@ -15,7 +15,7 @@ PR = "r0"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ 18SRC_URI = "git://git.yoctoproject.org/${BPN} \
19 file://no-handed.patch;striplevel=0" 19 file://no-handed.patch;striplevel=0"
20 20
21inherit autotools pkgconfig 21inherit autotools pkgconfig
diff --git a/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb b/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb
index e1a7e0ef76..148cc555e8 100644
--- a/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb
+++ b/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb
@@ -13,7 +13,7 @@ SRCREV = "810b0b08eb79e4685202da2ec347b990bb467e07"
13PV = "0.1+git${SRCPV}" 13PV = "0.1+git${SRCPV}"
14PR = "r1" 14PR = "r1"
15 15
16SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" 16SRC_URI = "git://git.yoctoproject.org/${BPN}"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb
index e2e3047f35..b17a7664b4 100644
--- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb
+++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb
@@ -14,7 +14,7 @@ SRCREV = "71e3e6e04271e9d5a14f1c231ef100c7f320134d"
14PV = "2.0+git${SRCPV}" 14PV = "2.0+git${SRCPV}"
15PR = "r0" 15PR = "r0"
16 16
17SRC_URI = "git://git.yoctoproject.org/${BPN}-2;protocol=git" 17SRC_URI = "git://git.yoctoproject.org/${BPN}-2"
18 18
19EXTRA_OECONF = "--enable-startup-notification --with-dbus" 19EXTRA_OECONF = "--enable-startup-notification --with-dbus"
20 20
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
index 6944a0740d..ffcabcad22 100644
--- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
+++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
@@ -14,7 +14,7 @@ SRCREV = "b38f24036cff3be6c2fbcf9ca9881803e69003ac"
14PV = "0.0+git${SRCPV}" 14PV = "0.0+git${SRCPV}"
15PR = "r4" 15PR = "r4"
16 16
17SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ 17SRC_URI = "git://git.yoctoproject.org/${BPN} \
18 file://configure_fix.patch;maxrev=1819 \ 18 file://configure_fix.patch;maxrev=1819 \
19 file://single-instance.patch \ 19 file://single-instance.patch \
20 file://80matchboxkeyboard.shbg \ 20 file://80matchboxkeyboard.shbg \
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
index ba2780b846..1e2a7ae2ad 100644
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
+++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
@@ -19,7 +19,7 @@ RPROVIDES_${PN} = "matchbox-panel"
19RREPLACES_${PN} = "matchbox-panel" 19RREPLACES_${PN} = "matchbox-panel"
20RCONFLICTS_${PN} = "matchbox-panel" 20RCONFLICTS_${PN} = "matchbox-panel"
21 21
22SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" 22SRC_URI = "git://git.yoctoproject.org/${BPN}"
23 23
24EXTRA_OECONF = "--enable-startup-notification --enable-dbus" 24EXTRA_OECONF = "--enable-startup-notification --enable-dbus"
25EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" 25EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}"
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
index 93d01f9b3c..45549d905d 100644
--- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
+++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
@@ -11,7 +11,7 @@ SECTION = "x11/utils"
11SRCREV = "452bca253492a97a587f440289b9ab27d217353e" 11SRCREV = "452bca253492a97a587f440289b9ab27d217353e"
12PV = "0.0+git${SRCPV}" 12PV = "0.0+git${SRCPV}"
13 13
14SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" 14SRC_URI = "git://git.yoctoproject.org/${BPN}"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb
index bb41fdfea3..0cebd0226f 100644
--- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb
+++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb
@@ -6,7 +6,7 @@ PR = "r0"
6 6
7DEFAULT_PREFERENCE = "-1" 7DEFAULT_PREFERENCE = "-1"
8 8
9SRC_URI = "git://git.yoctoproject.org/matchbox-sato;protocol=git" 9SRC_URI = "git://git.yoctoproject.org/matchbox-sato"
10 10
11EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}" 11EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}"
12 12
diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_git.bb b/meta/recipes-sato/owl-video-widget/libowl-av_git.bb
index 62a4a7dccf..1b5d38cc02 100644
--- a/meta/recipes-sato/owl-video-widget/libowl-av_git.bb
+++ b/meta/recipes-sato/owl-video-widget/libowl-av_git.bb
@@ -17,7 +17,7 @@ PV = "0.1+git${SRCPV}"
17PR = "r3" 17PR = "r3"
18 18
19 19
20SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" 20SRC_URI = "git://git.yoctoproject.org/${BPN}"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
diff --git a/meta/recipes-sato/owl-video-widget/owl-video_git.bb b/meta/recipes-sato/owl-video-widget/owl-video_git.bb
index ae083839f3..51c01492d2 100644
--- a/meta/recipes-sato/owl-video-widget/owl-video_git.bb
+++ b/meta/recipes-sato/owl-video-widget/owl-video_git.bb
@@ -14,7 +14,7 @@ PR = "r2"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ 17SRC_URI = "git://git.yoctoproject.org/${BPN} \
18 file://owl-video-widget.png \ 18 file://owl-video-widget.png \
19 file://stock_media-play.png \ 19 file://stock_media-play.png \
20 file://stock_volume-0.png \ 20 file://stock_volume-0.png \
diff --git a/meta/recipes-sato/puzzles/oh-puzzles_git.bb b/meta/recipes-sato/puzzles/oh-puzzles_git.bb
index 98b09f8fa5..3ddb32ff3b 100644
--- a/meta/recipes-sato/puzzles/oh-puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/oh-puzzles_git.bb
@@ -15,7 +15,7 @@ SRCREV = "92f1a20e4b72eed7a35b00984d9793b51dc2fb3b"
15PV = "0.2+git${SRCPV}" 15PV = "0.2+git${SRCPV}"
16PR = "r10" 16PR = "r10"
17 17
18SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" 18SRC_URI = "git://git.yoctoproject.org/${BPN}"
19SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;striplevel=0 " 19SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;striplevel=0 "
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
diff --git a/meta/recipes-sato/puzzles/puzzles_r9765.bb b/meta/recipes-sato/puzzles/puzzles_r9765.bb
index 5ab316169e..d13a87e42e 100644
--- a/meta/recipes-sato/puzzles/puzzles_r9765.bb
+++ b/meta/recipes-sato/puzzles/puzzles_r9765.bb
@@ -9,7 +9,7 @@ LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENCE;md5=31790deb1e1aac4626e7d1bc04587eb0" 9LIC_FILES_CHKSUM = "file://LICENCE;md5=31790deb1e1aac4626e7d1bc04587eb0"
10 10
11# Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now 11# Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now
12SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV};protocol=svn" 12SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV}"
13S = "${WORKDIR}/${BPN}" 13S = "${WORKDIR}/${BPN}"
14 14
15#SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" 15#SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
diff --git a/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb b/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
index 3bad8534cf..5d23f41a74 100644
--- a/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
+++ b/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
@@ -12,7 +12,7 @@ SRCREV = "3a9688e8a01b63a78f402b4e7c0b8b005fcdfa29"
12PV = "0.1+git${SRCPV}" 12PV = "0.1+git${SRCPV}"
13PR = "r2" 13PR = "r2"
14 14
15SRC_URI = "git://git.yoctoproject.org/screenshot;protocol=git" 15SRC_URI = "git://git.yoctoproject.org/screenshot"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_git.bb b/meta/recipes-sato/settings-daemon/settings-daemon_git.bb
index 168d778d7c..238348a996 100644
--- a/meta/recipes-sato/settings-daemon/settings-daemon_git.bb
+++ b/meta/recipes-sato/settings-daemon/settings-daemon_git.bb
@@ -11,7 +11,7 @@ PV = "0.0+git${SRCPV}"
11 11
12PR = "r0" 12PR = "r0"
13 13
14SRC_URI = "git://git.yoctoproject.org/xsettings-daemon;protocol=git \ 14SRC_URI = "git://git.yoctoproject.org/xsettings-daemon \
15 file://addsoundkeys.patch;apply=yes \ 15 file://addsoundkeys.patch;apply=yes \
16 file://70settings-daemon.sh \ 16 file://70settings-daemon.sh \
17 file://dso_linking_change_build_fix.patch" 17 file://dso_linking_change_build_fix.patch"
diff --git a/meta/recipes-sato/web/web-webkit_git.bb b/meta/recipes-sato/web/web-webkit_git.bb
index b335800e35..f32304eec4 100644
--- a/meta/recipes-sato/web/web-webkit_git.bb
+++ b/meta/recipes-sato/web/web-webkit_git.bb
@@ -15,7 +15,7 @@ SRCREV = "b0676c190f876cbdb1df202fbcec42f212374503"
15PV = "0.1+git${SRCPV}" 15PV = "0.1+git${SRCPV}"
16PR = "r2" 16PR = "r2"
17 17
18SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" 18SRC_URI = "git://git.yoctoproject.org/${BPN}"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21