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:23:46 +0100 |
commit | 88c5e10d6296efb175f05c3aae6e308972854cb1 (patch) | |
tree | c3ca1c762f9caec38908f8a2ab1cf4933b69e9e6 /meta/recipes-graphics | |
parent | 5c0e6cfdd9342dae634ed85facba387e03bc207b (diff) | |
download | poky-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-graphics')
21 files changed, 21 insertions, 21 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_git.bb b/meta/recipes-graphics/drm/libdrm_git.bb index e3051c7af0..d7245ee865 100644 --- a/meta/recipes-graphics/drm/libdrm_git.bb +++ b/meta/recipes-graphics/drm/libdrm_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libdrm.inc | 1 | require libdrm.inc |
2 | 2 | ||
3 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm;protocol=git" | 3 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm" |
4 | 4 | ||
5 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
6 | 6 | ||
diff --git a/meta/recipes-graphics/fstests/fstests_git.bb b/meta/recipes-graphics/fstests/fstests_git.bb index e1623f4935..4b31900627 100644 --- a/meta/recipes-graphics/fstests/fstests_git.bb +++ b/meta/recipes-graphics/fstests/fstests_git.bb | |||
@@ -9,7 +9,7 @@ PV = "0.1+git${SRCPV}" | |||
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | 11 | ||
12 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ | 12 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ |
13 | file://dso_linking_change_build_fix.patch" | 13 | file://dso_linking_change_build_fix.patch" |
14 | 14 | ||
15 | S = "${WORKDIR}/git/tests" | 15 | S = "${WORKDIR}/git/tests" |
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb index b72f9111b1..187e5e8f90 100644 --- a/meta/recipes-graphics/libfakekey/libfakekey_git.bb +++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb | |||
@@ -13,7 +13,7 @@ SECTION = "x11/wm" | |||
13 | SRCREV = "e327ff049b8503af2dadffa84370a0860b9fb682" | 13 | SRCREV = "e327ff049b8503af2dadffa84370a0860b9fb682" |
14 | PV = "0.0+git${SRCPV}" | 14 | PV = "0.0+git${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" | 16 | SRC_URI = "git://git.yoctoproject.org/${BPN}" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb index 015fbc08b8..55480d7b98 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb | |||
@@ -14,7 +14,7 @@ SRCREV = "29544f0e61cc281fc60061443a537271e1081b78" | |||
14 | PV = "1.2+git${SRCPV}" | 14 | PV = "1.2+git${SRCPV}" |
15 | PR = "r0" | 15 | PR = "r0" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \ | 17 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager \ |
18 | file://kbdconfig" | 18 | file://kbdconfig" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb index e3e515098d..6397ece6fe 100644 --- a/meta/recipes-graphics/mesa/mesa_git.bb +++ b/meta/recipes-graphics/mesa/mesa_git.bb | |||
@@ -8,7 +8,7 @@ PR = "${INC_PR}.0" | |||
8 | SRCREV = "5a925cc5504575c22dbb7d29842d7fc5babcb5c7" | 8 | SRCREV = "5a925cc5504575c22dbb7d29842d7fc5babcb5c7" |
9 | PV = "9.1.3+git${SRCPV}" | 9 | PV = "9.1.3+git${SRCPV}" |
10 | 10 | ||
11 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | 11 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa \ |
12 | file://0001-configure-Avoid-use-of-AC_CHECK_FILE-for-cross-compi.patch \ | 12 | file://0001-configure-Avoid-use-of-AC_CHECK_FILE-for-cross-compi.patch \ |
13 | file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \ | 13 | file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \ |
14 | file://0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch \ | 14 | file://0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch \ |
diff --git a/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb b/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb index 4c4c8eb775..5657469bd6 100644 --- a/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb +++ b/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb | |||
@@ -4,7 +4,7 @@ require mx.inc | |||
4 | SRCREV = "9b1db6b8060bd00b121a692f942404a24ae2960f" | 4 | SRCREV = "9b1db6b8060bd00b121a692f942404a24ae2960f" |
5 | PV = "1.4.7+git${SRCPV}" | 5 | PV = "1.4.7+git${SRCPV}" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/clutter-project/mx.git;protocol=git \ | 7 | SRC_URI = "git://github.com/clutter-project/mx.git \ |
8 | file://fix-build-dir.patch \ | 8 | file://fix-build-dir.patch \ |
9 | file://fix-test-includes.patch \ | 9 | file://fix-test-includes.patch \ |
10 | " | 10 | " |
diff --git a/meta/recipes-graphics/xcb/libxcb_git.bb b/meta/recipes-graphics/xcb/libxcb_git.bb index 66934b4535..1482b7af5b 100644 --- a/meta/recipes-graphics/xcb/libxcb_git.bb +++ b/meta/recipes-graphics/xcb/libxcb_git.bb | |||
@@ -6,7 +6,7 @@ SRCREV = "625ed596cae6dd8175aeb6cb6f26784928042f22" | |||
6 | PV = "1.1.90.1+gitr${SRCPV}" | 6 | PV = "1.1.90.1+gitr${SRCPV}" |
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git" | 9 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | PACKAGES =+ "libxcb-xinerama" | 12 | PACKAGES =+ "libxcb-xinerama" |
diff --git a/meta/recipes-graphics/xcb/xcb-proto_git.bb b/meta/recipes-graphics/xcb/xcb-proto_git.bb index 1813d6577f..2ea4d04217 100644 --- a/meta/recipes-graphics/xcb/xcb-proto_git.bb +++ b/meta/recipes-graphics/xcb/xcb-proto_git.bb | |||
@@ -5,5 +5,5 @@ SRCREV = "d81ca233e98be8fa59e8c90d262c0516944c5a66" | |||
5 | PV = "1.2+gitr${SRCPV}" | 5 | PV = "1.2+gitr${SRCPV}" |
6 | PR = "r4" | 6 | PR = "r4" |
7 | 7 | ||
8 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" | 8 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb index d0f07c9ad8..d6b3021031 100644 --- a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb +++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | |||
@@ -10,7 +10,7 @@ PR = "r6" | |||
10 | inherit autotools | 10 | inherit autotools |
11 | 11 | ||
12 | SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111" | 12 | SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111" |
13 | SRC_URI = "git://github.com/tias/xinput_calibrator.git;protocol=git \ | 13 | SRC_URI = "git://github.com/tias/xinput_calibrator.git \ |
14 | file://30xinput_calibrate.sh \ | 14 | file://30xinput_calibrate.sh \ |
15 | file://Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch" | 15 | file://Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch" |
16 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb index 5bc055866f..dfb08f724b 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb | |||
@@ -11,6 +11,6 @@ SRCREV = "3e28d68b50d291938734e9684b8296ca864f3892" | |||
11 | PV = "1.3.2+git${SRCPV}" | 11 | PV = "1.3.2+git${SRCPV}" |
12 | PR = "${INC_PR}.0" | 12 | PR = "${INC_PR}.0" |
13 | 13 | ||
14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard;protocol=git" | 14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb index 392892ee58..d79a2e4dde 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb | |||
@@ -12,7 +12,7 @@ SRCREV = "ea5cfe804e112f320f14ad896c7802d53551d3e6" | |||
12 | PV = "1.3.0+git${SRCPV}" | 12 | PV = "1.3.0+git${SRCPV}" |
13 | PR = "${INC_PR}.0" | 13 | PR = "${INC_PR}.0" |
14 | 14 | ||
15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \ | 15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse \ |
16 | file://unbreak.patch" | 16 | file://unbreak.patch" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb index 73b8089439..6dc5f8ac08 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb | |||
@@ -12,7 +12,7 @@ SRCREV = "934bc0012f948c52aadc8eda912f7728fb7394a2" | |||
12 | PV = "0.15.2+git${SRCPV}" | 12 | PV = "0.15.2+git${SRCPV}" |
13 | PR = "${INC_PR}.1" | 13 | PR = "${INC_PR}.1" |
14 | 14 | ||
15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git" | 15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics" |
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | DEPENDS += "libxi mtdev" | 18 | DEPENDS += "libxi mtdev" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb index cb48fc2557..d4c7654938 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | |||
@@ -16,7 +16,7 @@ PR = "${INC_PR}.1" | |||
16 | 16 | ||
17 | EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static" | 17 | EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static" |
18 | 18 | ||
19 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protocol=git" | 19 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb index f74419f94f..97941ecc0c 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb | |||
@@ -28,7 +28,7 @@ SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f" | |||
28 | PR = "${INC_PR}.3" | 28 | PR = "${INC_PR}.3" |
29 | PV = "0.4.2+gitr${SRCPV}" | 29 | PV = "0.4.2+gitr${SRCPV}" |
30 | 30 | ||
31 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \ | 31 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap \ |
32 | file://configure.patch \ | 32 | file://configure.patch \ |
33 | " | 33 | " |
34 | 34 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb index dca4c8bcd7..81f5709337 100644 --- a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | |||
@@ -15,7 +15,7 @@ SRCREV = "209d83af61ed38a002c8096377deac292b3e396c" | |||
15 | PV = "0.0+git${SRCPV}" | 15 | PV = "0.0+git${SRCPV}" |
16 | PR = "r0" | 16 | PR = "r0" |
17 | 17 | ||
18 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git \ | 18 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate \ |
19 | file://fix-xcb.patch" | 19 | file://fix-xcb.patch" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/xorg-lib/libxext_git.bb b/meta/recipes-graphics/xorg-lib/libxext_git.bb index 372f272394..b799186ef0 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_git.bb | |||
@@ -18,7 +18,7 @@ PV = "1.0.99.1+gitr${SRCPV}" | |||
18 | 18 | ||
19 | XORG_PN = "libXext" | 19 | XORG_PN = "libXext" |
20 | 20 | ||
21 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git" | 21 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}" |
22 | S = "${WORKDIR}/git/" | 22 | S = "${WORKDIR}/git/" |
23 | 23 | ||
24 | BBCLASSEXTEND = "nativesdk" | 24 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-graphics/xorg-lib/libxi_git.bb b/meta/recipes-graphics/xorg-lib/libxi_git.bb index d4e47056e7..c17c1f7510 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_git.bb | |||
@@ -14,5 +14,5 @@ PV = "1.2.99.5+gitr${SRCPV}" | |||
14 | 14 | ||
15 | XORG_PN = "libXi" | 15 | XORG_PN = "libXi" |
16 | 16 | ||
17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git" | 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb index 951130608b..b88d157923 100644 --- a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb | |||
@@ -14,6 +14,6 @@ SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c" | |||
14 | PV = "0.0+git${SRCPV}" | 14 | PV = "0.0+git${SRCPV}" |
15 | PR = "r2" | 15 | PR = "r2" |
16 | 16 | ||
17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git \ | 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto \ |
18 | file://fix.patch;apply=yes" | 18 | file://fix.patch;apply=yes" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb b/meta/recipes-graphics/xorg-proto/dri2proto_git.bb index 6e7105c2da..9074f48d47 100644 --- a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb +++ b/meta/recipes-graphics/xorg-proto/dri2proto_git.bb | |||
@@ -10,7 +10,7 @@ SRCREV = "66c56ab10d917e3f47f93178d7eac6430970d3c4" | |||
10 | PV = "1.99.3+git${SRCPV}" | 10 | PV = "1.99.3+git${SRCPV}" |
11 | PR = "r2" | 11 | PR = "r2" |
12 | 12 | ||
13 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git" | 13 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto" |
14 | 14 | ||
15 | LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3" | 15 | LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3" |
16 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_git.bb b/meta/recipes-graphics/xorg-proto/inputproto_git.bb index 08c72cdfe7..6520f3bb03 100644 --- a/meta/recipes-graphics/xorg-proto/inputproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/inputproto_git.bb | |||
@@ -11,7 +11,7 @@ PE = "1" | |||
11 | SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee" | 11 | SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee" |
12 | PV = "1.9.99.12+git${SRCPV}" | 12 | PV = "1.9.99.12+git${SRCPV}" |
13 | 13 | ||
14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git" | 14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit gettext | 17 | inherit gettext |
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb index 166b50b9b3..8c6d1074cd 100644 --- a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb +++ b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb | |||
@@ -8,7 +8,7 @@ SRCREV = "f8f320d0254c09ce483fc1d8ee99ecf5bc940965" | |||
8 | PV = "0.1+git${SRCPV}" | 8 | PV = "0.1+git${SRCPV}" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "git://git.yoctoproject.org/test-xvideo;protocol=git" | 11 | SRC_URI = "git://git.yoctoproject.org/test-xvideo" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||