aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm.inc
blob: d9664aeebdbd0a92bb6217d885df7536fdc2e481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "The Low Level Virtual Machine"
HOMEPAGE = "http://llvm.org"
LICENSE = "various"

SRC_URI = "http://llvm.org/releases/1.9/llvm-${PV}.tar.gz"

inherit autotools

do_configure() {
	oe_runconf
}

do_stage() {
	autotools_stage_all
}