diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-12-30 18:02:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:54:18 +0000 |
commit | 89e721830f2b2840d62e613c4bc89eca1fffd03a (patch) | |
tree | 09618c29bd5a8f955f072e54c812cf101903b53c /meta/recipes-devtools/git/git.inc | |
parent | 35ab83cadfe8c5f451dbe9a0b0732339e4381099 (diff) | |
download | openembedded-core-89e721830f2b2840d62e613c4bc89eca1fffd03a.tar.gz openembedded-core-89e721830f2b2840d62e613c4bc89eca1fffd03a.tar.bz2 openembedded-core-89e721830f2b2840d62e613c4bc89eca1fffd03a.zip |
git: upgrade to 1.8.5.2
* Upgrade to 1.8.5.2
* Remove the SRC_URI from the git.inc since we use the one in
git_1.8.5.2.bb
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 024bd9cc60..a0da027e42 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc @@ -5,7 +5,6 @@ DEPENDS = "openssl curl zlib expat" PROVIDES_append_class-native = " git-replacement-native" -SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.bz2 " S = "${WORKDIR}/git-${PV}" LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1" |