From a2bab241c64428d5109c3c5ac5de4463fbad70c5 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. Signed-off-by: Jackie Huang Signed-off-by: Richard Purdie --- meta/recipes-graphics/xcb/libxcb_git.bb | 2 +- meta/recipes-graphics/xcb/xcb-proto_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/xcb') 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" PV = "1.1.90.1+gitr${SRCPV}" PR = "r1" -SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git" +SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb" S = "${WORKDIR}/git" 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" PV = "1.2+gitr${SRCPV}" PR = "r4" -SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" +SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto" S = "${WORKDIR}/git" -- cgit v1.2.3