[oe-commits] Leon Woestenberg : gcc-nios2-3.4.6.inc: Use GIT SRCREV/GCCREV.

git version control git at git.openembedded.org
Tue Nov 24 12:52:34 UTC 2009


Module: openembedded.git
Branch: likewise/nios2
Commit: 288d29ed090844a4f4d50836c466353abb0c1bb9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=288d29ed090844a4f4d50836c466353abb0c1bb9

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Mon Nov 23 00:17:34 2009 +0100

gcc-nios2-3.4.6.inc: Use GIT SRCREV/GCCREV.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 recipes/gcc/gcc_nios2-3.4.6.inc |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/recipes/gcc/gcc_nios2-3.4.6.inc b/recipes/gcc/gcc_nios2-3.4.6.inc
index c48e652..f809493 100644
--- a/recipes/gcc/gcc_nios2-3.4.6.inc
+++ b/recipes/gcc/gcc_nios2-3.4.6.inc
@@ -9,5 +9,13 @@ require gcc-common.inc
 BINV = "3.4.6"
 PV = "nios2-3.4.6"
 
-SRC_URI = "git://sopc.et.ntust.edu.tw/git/gcc3.git;protocol=git;branch=nios2-linux;tag=b773f7eccc6cc2ffa8fa2bd201ea62f24ba0bb41"
+SRCREV = "b773f7eccc6cc2ffa8fa2bd201ea62f24ba0bb41"
+GCCREV = "b773f7eccc6cc2ffa8fa2bd201ea62f24ba0bb41"
+
+#SRC_URI = "git://sopc.et.ntust.edu.tw/git/gcc3.git;protocol=git;branch=nios2-linux"
+
+SRC_URI = "git://sopc.et.ntust.edu.tw/git/gcc3.git;protocol=http;branch=nios2-linux"
+
 S = "${WORKDIR}/git"
+
+SRC_URI += "file://gcc-posix-open-fix.patch;patch=1"





More information about the Openembedded-commits mailing list