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-23 00:17:34 +0100
commit5972232c4e838740282bb319c110e07df7247359 (patch)
tree6e32413684e9ae78a364fdc0f0dac748c41b029e
parentab9cbc95ef00b04e21cf72c1238e0de930a81098 (diff)
downloadopenembedded-5972232c4e838740282bb319c110e07df7247359.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"