[oe-commits] Frans Meulenbroeks : git: made buildable again

git at git.openembedded.org git at git.openembedded.org
Sun Mar 4 12:01:49 UTC 2012


Module: openembedded.git
Branch: master
Commit: e7aed7f5c48aafa793d6e1e14606f240e062300a
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=e7aed7f5c48aafa793d6e1e14606f240e062300a

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Mar  4 12:57:39 2012 +0100

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 at gmail.com>

---

 recipes/git/git-native_1.7.3.5.bb |    1 +
 recipes/git/git_1.7.3.5.bb        |    2 ++
 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 446ee8d..680fe65 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 e17f5a9..bb525ea 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"





More information about the Openembedded-commits mailing list