diff options
author | Maxin B. John <maxin.john@enea.com> | 2015-03-12 16:50:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 11:03:14 +0000 |
commit | c2afbb763b5c57dcad22e8637a953d21948ebd29 (patch) | |
tree | 0b940efb4662686da7095ff7d8db2a4ea7e1d611 /meta/recipes-devtools/mmc/mmc-utils_git.bb | |
parent | cd163193de5b8c41583076a28ca45ae4f9bced2c (diff) | |
download | openembedded-core-c2afbb763b5c57dcad22e8637a953d21948ebd29.tar.gz openembedded-core-c2afbb763b5c57dcad22e8637a953d21948ebd29.tar.bz2 openembedded-core-c2afbb763b5c57dcad22e8637a953d21948ebd29.zip |
mmc-utils: 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-devtools/mmc/mmc-utils_git.bb')
-rw-r--r-- | meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index c54e3513f5..bdb4fed181 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb @@ -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" |