mmc-utils: remove unnecessary 'protocol=git' from SRC_URI

(From OE-Core rev: c2afbb763b5c57dcad22e8637a953d21948ebd29)

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>
This commit is contained in:
Maxin B. John 2015-03-12 16:50:39 +01:00 committed by Richard Purdie
parent 6bd34e6a98
commit 1219b63500
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ SRCREV = "f4eb241519f8d500ce6068a70d2389be39ac5189"
PV = "0.1"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;protocol=git;branch=${BRANCH} \
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;branch=${BRANCH} \
file://0001-mmc.h-don-t-include-asm-generic-int-ll64.h.patch"
S = "${WORKDIR}/git"