From: Maxin B. John Date: Thu, 12 Mar 2015 15:50:36 +0000 (+0100) Subject: u-boot-fw-utils: remove unnecessary 'protocol=git' from SRC_URI X-Git-Tag: 2015-4~120 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1a2b67c44b78582668d69e23f7f43835b34fe803;p=openembedded-core.git u-boot-fw-utils: remove unnecessary 'protocol=git' from SRC_URI Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb index 2b0550cb37..b310b0d0aa 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb @@ -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"