aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-11-23 00:17:34 +0100
committerLeon Woestenberg <leon@sidebranch.com>2009-11-24 13:49:20 +0100
commit288d29ed090844a4f4d50836c466353abb0c1bb9 (patch)
treef60e135f3b7cd5f72e79f9646d7451fe4f6edabf
parent2d285473e9c4b0c57d92db1d2b863ee56b192712 (diff)
downloadopenembedded-288d29ed090844a4f4d50836c466353abb0c1bb9.tar.gz
gcc-nios2-3.4.6.inc: Use GIT SRCREV/GCCREV.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
-rw-r--r--recipes/gcc/gcc_nios2-3.4.6.inc10
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 c48e652828..f8094932f1 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"