From 88c5e10d6296efb175f05c3aae6e308972854cb1 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 30 Aug 2013 09:56:36 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb | 2 +- meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb | 2 +- meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb | 2 +- meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 2 +- meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'meta/recipes-graphics/xorg-driver') 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" PV = "1.3.2+git${SRCPV}" PR = "${INC_PR}.0" -SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard;protocol=git" +SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard" S = "${WORKDIR}/git" 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" PV = "1.3.0+git${SRCPV}" PR = "${INC_PR}.0" -SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \ +SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse \ file://unbreak.patch" S = "${WORKDIR}/git" 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" PV = "0.15.2+git${SRCPV}" PR = "${INC_PR}.1" -SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git" +SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics" S = "${WORKDIR}/git" 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" EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static" -SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protocol=git" +SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel" S = "${WORKDIR}/git" 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" PR = "${INC_PR}.3" PV = "0.4.2+gitr${SRCPV}" -SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \ +SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap \ file://configure.patch \ " -- cgit v1.2.3-54-g00ecf