add local binutils git clone as src-uri to gcc recipes

This commit is contained in:
Oliver Tappe
2013-05-05 16:23:09 +02:00
parent 342bbced52
commit 1de46c205a
3 changed files with 12 additions and 3 deletions

View File

@@ -6,7 +6,10 @@ LICENSE="
GNU LGPL v2
"
COPYRIGHT="1988-2000 Free Software Foundation, Inc."
SRC_URI="git+git://github.com/haiku/BuildtoolsPM.git#a57415355d72c2f0aa2afd1c374c9f7f9fc7f045"
SRC_URI="
git+file://$portBaseDir/../binutils/work-2.17_130421/sources/binutils-2.17_130421#a57415355d72c2f0aa2afd1c374c9f7f9fc7f045
git+git://github.com/haiku/BuildtoolsPM.git#a57415355d72c2f0aa2afd1c374c9f7f9fc7f045
"
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86"