From 5972232c4e838740282bb319c110e07df7247359 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Mon, 23 Nov 2009 00:17:34 +0100 Subject: gcc-nios2-3.4.6.inc: Use GIT SRCREV/GCCREV. Signed-off-by: Leon Woestenberg --- recipes/gcc/gcc_nios2-3.4.6.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" -- cgit 1.2.3-korg