diff options
author | Chunrong Guo <B40290@freescale.com> | 2013-09-10 06:57:10 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:06:27 +0200 |
commit | c5ae85fec74412cf3bb1c8f3cdcc43d25a4c5fc5 (patch) | |
tree | 19956ca0416f420b82c6c3b617f66407d14e0f86 /meta-oe | |
parent | f87155ac7290b3a6274a7937e01f29778e071010 (diff) | |
download | meta-openembedded-c5ae85fec74412cf3bb1c8f3cdcc43d25a4c5fc5.tar.gz |
tclap: update SRC_URI
*fix unfetchable SRC_URI
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb index 707566416..8cbe91281 100644 --- a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453" |
5 | 5 | ||
6 | SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41" | 6 | SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41" |
7 | SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap \ | 7 | SRC_URI = "git://git.code.sf.net/p/tclap/code \ |
8 | file://Makefile.am-disable-docs.patch \ | 8 | file://Makefile.am-disable-docs.patch \ |
9 | " | 9 | " |
10 | 10 | ||