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/xorg-driver | |
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/xorg-driver')
5 files changed, 5 insertions, 5 deletions
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 | ||