aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2012-03-04 12:57:39 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2012-03-04 12:57:39 +0100
commite7aed7f5c48aafa793d6e1e14606f240e062300a (patch)
tree773b6c61f300995a98353bdb461f958dbf5138d4
parentac63fa1aa6767faafa74aff9dd0c9194cc834ce3 (diff)
downloadopenembedded-e7aed7f5c48aafa793d6e1e14606f240e062300a.tar.gz
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 <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/git/git-native_1.7.3.5.bb1
-rw-r--r--recipes/git/git_1.7.3.5.bb2
2 files changed, 3 insertions, 0 deletions
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 e17f5a9dac..bb525ea59b 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"
EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes"