git: made buildable again
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 4 Mar 2012 11:57:39 +0000 (12:57 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 19 Jul 2014 00:33:51 +0000 (03:33 +0300)
SRC_URI in git.inc pointed to kernel.org but the tarball is not there
any more (nor in the oe mirror)
I did not want to change git.inc, so I fixed it by
overriding SRC_URI in the .bb files. As new src I took the fedora archive

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Conflicts:

recipes/git/git_1.7.3.5.bb

recipes/git/git-native_1.7.3.5.bb
recipes/git/git_1.7.3.5.bb

index 446ee8d..680fe65 100644 (file)
@@ -1,5 +1,6 @@
 require git.inc
 inherit native
+SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/git/git-1.7.3.5.tar.bz2/8a8cd93b8a4dff0a03c0fdc77253af3e/git-1.7.3.5.tar.bz2;name=src"
 SRC_URI[src.md5sum] = "8a8cd93b8a4dff0a03c0fdc77253af3e"
 SRC_URI[src.sha256sum] = "41682e4c13b43591b61a96b6f7a549b24863f62dfc4a917b6147c8e708e288a6"
 DEPENDS = "openssl-native curl-native zlib-native expat-native"
index b1d18fd..d2f07c2 100644 (file)
@@ -1,5 +1,7 @@
 require git.inc
 
+SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/git/git-1.7.3.5.tar.bz2/8a8cd93b8a4dff0a03c0fdc77253af3e/git-1.7.3.5.tar.bz2;name=src"
+
 SRC_URI += "file://git-less-hardlinks.diff;patch=1"
 
 EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes"