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
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"
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"