From: Frans Meulenbroeks Date: Sun, 4 Mar 2012 11:57:39 +0000 (+0100) Subject: git: made buildable again X-Git-Tag: sz_173~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678f80bd3e7568e615541c22d7e66e59336d1129;p=openembedded.git git: made buildable again 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 Conflicts: recipes/git/git_1.7.3.5.bb --- diff --git a/recipes/git/git-native_1.7.3.5.bb b/recipes/git/git-native_1.7.3.5.bb index 446ee8d5c4..680fe65587 100644 --- a/recipes/git/git-native_1.7.3.5.bb +++ b/recipes/git/git-native_1.7.3.5.bb @@ -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" diff --git a/recipes/git/git_1.7.3.5.bb b/recipes/git/git_1.7.3.5.bb index b1d18fdc0b..d2f07c223c 100644 --- a/recipes/git/git_1.7.3.5.bb +++ b/recipes/git/git_1.7.3.5.bb @@ -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"