aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb
blob: 119e191856a4e74bf66ecd5c98f14a446dd75399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require llvm-native.inc

SRCREV = "71428"

PV = "2.5+svnr${SRCREV}"

PR = "r0"

SRC_URI = "\
  svn://llvm.org/svn/llvm-project/llvm/;proto=http;module=trunk \
  file://fix-build.patch;patch=1 \
  file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \
"

S = "${WORKDIR}/trunk"

LLVM_RELEASE = "2.6"