summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
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-graphics
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-graphics')
-rw-r--r--meta/recipes-graphics/drm/libdrm_git.bb2
-rw-r--r--meta/recipes-graphics/fstests/fstests_git.bb2
-rw-r--r--meta/recipes-graphics/libfakekey/libfakekey_git.bb2
-rw-r--r--meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb2
-rw-r--r--meta/recipes-graphics/mesa/mesa_git.bb2
-rw-r--r--meta/recipes-graphics/mx/mx-1.0_1.4.7.bb2
-rw-r--r--meta/recipes-graphics/xcb/libxcb_git.bb2
-rw-r--r--meta/recipes-graphics/xcb/xcb-proto_git.bb2
-rw-r--r--meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-lib/libxext_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-lib/libxi_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-proto/calibrateproto_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-proto/dri2proto_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-proto/inputproto_git.bb2
-rw-r--r--meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb2
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 @@
1require libdrm.inc 1require libdrm.inc
2 2
3SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm;protocol=git" 3SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm"
4 4
5S = "${WORKDIR}/git" 5S = "${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}"
9PR = "r0" 9PR = "r0"
10 10
11 11
12SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ 12SRC_URI = "git://git.yoctoproject.org/${BPN} \
13 file://dso_linking_change_build_fix.patch" 13 file://dso_linking_change_build_fix.patch"
14 14
15S = "${WORKDIR}/git/tests" 15S = "${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"
13SRCREV = "e327ff049b8503af2dadffa84370a0860b9fb682" 13SRCREV = "e327ff049b8503af2dadffa84370a0860b9fb682"
14PV = "0.0+git${SRCPV}" 14PV = "0.0+git${SRCPV}"
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-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"
14PV = "1.2+git${SRCPV}" 14PV = "1.2+git${SRCPV}"
15PR = "r0" 15PR = "r0"
16 16
17SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \ 17SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager \
18 file://kbdconfig" 18 file://kbdconfig"
19 19
20S = "${WORKDIR}/git" 20S = "${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"
8SRCREV = "5a925cc5504575c22dbb7d29842d7fc5babcb5c7" 8SRCREV = "5a925cc5504575c22dbb7d29842d7fc5babcb5c7"
9PV = "9.1.3+git${SRCPV}" 9PV = "9.1.3+git${SRCPV}"
10 10
11SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ 11SRC_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
4SRCREV = "9b1db6b8060bd00b121a692f942404a24ae2960f" 4SRCREV = "9b1db6b8060bd00b121a692f942404a24ae2960f"
5PV = "1.4.7+git${SRCPV}" 5PV = "1.4.7+git${SRCPV}"
6 6
7SRC_URI = "git://github.com/clutter-project/mx.git;protocol=git \ 7SRC_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"
6PV = "1.1.90.1+gitr${SRCPV}" 6PV = "1.1.90.1+gitr${SRCPV}"
7PR = "r1" 7PR = "r1"
8 8
9SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git" 9SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12PACKAGES =+ "libxcb-xinerama" 12PACKAGES =+ "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"
5PV = "1.2+gitr${SRCPV}" 5PV = "1.2+gitr${SRCPV}"
6PR = "r4" 6PR = "r4"
7 7
8SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" 8SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto"
9S = "${WORKDIR}/git" 9S = "${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"
10inherit autotools 10inherit autotools
11 11
12SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111" 12SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111"
13SRC_URI = "git://github.com/tias/xinput_calibrator.git;protocol=git \ 13SRC_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"
11PV = "1.3.2+git${SRCPV}" 11PV = "1.3.2+git${SRCPV}"
12PR = "${INC_PR}.0" 12PR = "${INC_PR}.0"
13 13
14SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard;protocol=git" 14SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard"
15S = "${WORKDIR}/git" 15S = "${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"
12PV = "1.3.0+git${SRCPV}" 12PV = "1.3.0+git${SRCPV}"
13PR = "${INC_PR}.0" 13PR = "${INC_PR}.0"
14 14
15SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \ 15SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse \
16 file://unbreak.patch" 16 file://unbreak.patch"
17S = "${WORKDIR}/git" 17S = "${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"
12PV = "0.15.2+git${SRCPV}" 12PV = "0.15.2+git${SRCPV}"
13PR = "${INC_PR}.1" 13PR = "${INC_PR}.1"
14 14
15SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git" 15SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18DEPENDS += "libxi mtdev" 18DEPENDS += "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
17EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static" 17EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static"
18 18
19SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protocol=git" 19SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel"
20 20
21S = "${WORKDIR}/git" 21S = "${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"
28PR = "${INC_PR}.3" 28PR = "${INC_PR}.3"
29PV = "0.4.2+gitr${SRCPV}" 29PV = "0.4.2+gitr${SRCPV}"
30 30
31SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \ 31SRC_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"
15PV = "0.0+git${SRCPV}" 15PV = "0.0+git${SRCPV}"
16PR = "r0" 16PR = "r0"
17 17
18SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git \ 18SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate \
19 file://fix-xcb.patch" 19 file://fix-xcb.patch"
20 20
21S = "${WORKDIR}/git" 21S = "${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
19XORG_PN = "libXext" 19XORG_PN = "libXext"
20 20
21SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git" 21SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}"
22S = "${WORKDIR}/git/" 22S = "${WORKDIR}/git/"
23 23
24BBCLASSEXTEND = "nativesdk" 24BBCLASSEXTEND = "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
15XORG_PN = "libXi" 15XORG_PN = "libXi"
16 16
17SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git" 17SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}"
18S = "${WORKDIR}/git" 18S = "${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"
14PV = "0.0+git${SRCPV}" 14PV = "0.0+git${SRCPV}"
15PR = "r2" 15PR = "r2"
16 16
17SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git \ 17SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto \
18 file://fix.patch;apply=yes" 18 file://fix.patch;apply=yes"
19S = "${WORKDIR}/git" 19S = "${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"
10PV = "1.99.3+git${SRCPV}" 10PV = "1.99.3+git${SRCPV}"
11PR = "r2" 11PR = "r2"
12 12
13SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git" 13SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto"
14 14
15LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3" 15LIC_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"
11SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee" 11SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee"
12PV = "1.9.99.12+git${SRCPV}" 12PV = "1.9.99.12+git${SRCPV}"
13 13
14SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git" 14SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit gettext 17inherit 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"
8PV = "0.1+git${SRCPV}" 8PV = "0.1+git${SRCPV}"
9PR = "r0" 9PR = "r0"
10 10
11SRC_URI = "git://git.yoctoproject.org/test-xvideo;protocol=git" 11SRC_URI = "git://git.yoctoproject.org/test-xvideo"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14