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/fstests/fstests_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/fstests') 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}" PR = "r0" -SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ +SRC_URI = "git://git.yoctoproject.org/${BPN} \ file://dso_linking_change_build_fix.patch" S = "${WORKDIR}/git/tests" -- cgit 1.2.3-korg