aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/klibc.inc
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-09-02 02:54:11 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-03 16:59:13 +0200
commitb79176adb306d6802d1219dfadfa7ffe080efb22 (patch)
tree6e1f573f3b398646d48122c6766e1014c1b83018 /meta-initramfs/recipes-devtools/klibc/klibc.inc
parent9e4b28aa92d69695bf49b5d588f08963eed1d35c (diff)
downloadmeta-openembedded-contrib-b79176adb306d6802d1219dfadfa7ffe080efb22.tar.gz
remove the unnecessary protocol parameters
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc.inc')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index 5f05c9fcdd..d8af666390 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
@@ -27,7 +27,7 @@ KLIBC_ARCH_powerpc64 = 'ppc64'
export FIX_ARMV4_EABI_BX = "${FIX_V4BX}"
SRCREV = "f05ff116bb9edbbb81d82fa47b78e630ce878470"
-SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git"
+SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git"
SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch \
file://armv4-fix-v4bx.patch \