diff options
author | Maxin B. John <maxin.john@enea.com> | 2015-03-12 16:50:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 11:03:14 +0000 |
commit | c1e5fff3017860feb5fb77ba05afd13e1ec34c50 (patch) | |
tree | 8454a424b6e5cbe8f792c1ad81ac8aead17bde45 /meta/recipes-bsp/u-boot | |
parent | 1a2b67c44b78582668d69e23f7f43835b34fe803 (diff) | |
download | openembedded-core-c1e5fff3017860feb5fb77ba05afd13e1ec34c50.tar.gz openembedded-core-c1e5fff3017860feb5fb77ba05afd13e1ec34c50.tar.bz2 openembedded-core-c1e5fff3017860feb5fb77ba05afd13e1ec34c50.zip |
u-boot-mkimage: remove unnecessary 'protocol=git' from SRC_URI
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp/u-boot')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb index 57989c785f..076dff8863 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb @@ -12,7 +12,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" S = "${WORKDIR}/git" |