[oe-commits] Koen Kooi : git: update to 1.7.7

git version control git at git.openembedded.org
Mon Oct 10 10:46:20 UTC 2011


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Oct  8 02:55:02 2011 +0200

git: update to 1.7.7

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/git/git_1.7.5.1.bb |   10 ----------
 meta/recipes-devtools/git/git_1.7.7.bb   |   10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/meta/recipes-devtools/git/git_1.7.5.1.bb b/meta/recipes-devtools/git/git_1.7.5.1.bb
deleted file mode 100644
index b5eb015..0000000
--- a/meta/recipes-devtools/git/git_1.7.5.1.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require git.inc
-
-PR = "r3"
-
-EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
-                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
-                 "
-
-SRC_URI[md5sum] = "a49291116e3b0564e069ae989e4db6fb"
-SRC_URI[sha256sum] = "a1d4a1c59300e68fbc493a2cbe9257048d4d6f4363924bf34f38c413a825f80c"
diff --git a/meta/recipes-devtools/git/git_1.7.7.bb b/meta/recipes-devtools/git/git_1.7.7.bb
new file mode 100644
index 0000000..486e2e5
--- /dev/null
+++ b/meta/recipes-devtools/git/git_1.7.7.bb
@@ -0,0 +1,10 @@
+require git.inc
+
+SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz"
+SRC_URI[md5sum] = "5d645884e688921e773186783b65ce33"
+SRC_URI[sha256sum] = "5a977bc01e4989b9928345e99aab15ce896cf5897c6e32eb449538574df377f6"
+
+EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
+                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
+                 "
+





More information about the Openembedded-commits mailing list