diff options
| author | Maxin B. John <maxin.john@enea.com> | 2015-03-12 16:50:36 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 11:27:49 +0000 |
| commit | b647a06a73759c44414aa1c7c2276a00b5eeb911 (patch) | |
| tree | 72da04e435611d1400c1c9ff30884ef6bc6be068 | |
| parent | 6f6e866ba2824b6b251f7b86326bb1b326a04aab (diff) | |
| download | poky-b647a06a73759c44414aa1c7c2276a00b5eeb911.tar.gz | |
u-boot-fw-utils: remove unnecessary 'protocol=git' from SRC_URI
(From OE-Core rev: 1a2b67c44b78582668d69e23f7f43835b34fe803)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 11 | 11 | ||
| 12 | PV = "v2015.01+git${SRCPV}" | 12 | PV = "v2015.01+git${SRCPV}" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git \ | 14 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ |
| 15 | file://0001-tools-env-fix-build-error.patch" | 15 | file://0001-tools-env-fix-build-error.patch" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
