]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot-fw-utils: remove unnecessary 'protocol=git' from SRC_URI
authorMaxin B. John <maxin.john@enea.com>
Thu, 12 Mar 2015 15:50:36 +0000 (16:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:14 +0000 (11:03 +0000)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb

index 2b0550cb37a60a048105c97d0f7f70d2ccb00a2b..b310b0d0aaa48781ec16e5de14bab73d6965915a 100644 (file)
@@ -11,7 +11,7 @@ SRCREV = "92fa7f53f1f3f03296f8ffb14bdf1baefab83368"
 
 PV = "v2015.01+git${SRCPV}"
 
-SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git \
+SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
            file://0001-tools-env-fix-build-error.patch"
 
 S = "${WORKDIR}/git"