[oe-commits] Maxin B. John : mmc-utils: remove unnecessary 'protocol=git' from SRC_URI

git at git.openembedded.org git at git.openembedded.org
Fri Mar 20 11:10:12 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: c2afbb763b5c57dcad22e8637a953d21948ebd29
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c2afbb763b5c57dcad22e8637a953d21948ebd29

Author: Maxin B. John <maxin.john at enea.com>
Date:   Thu Mar 12 16:50:39 2015 +0100

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

Signed-off-by: Maxin B. John <maxin.john at enea.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb
index c54e351..bdb4fed 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"



More information about the Openembedded-commits mailing list