diff options
Diffstat (limited to 'packages/llvm/llvm.inc')
-rw-r--r-- | packages/llvm/llvm.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/llvm/llvm.inc b/packages/llvm/llvm.inc deleted file mode 100644 index d9664aeebd..0000000000 --- a/packages/llvm/llvm.inc +++ /dev/null @@ -1,16 +0,0 @@ -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 -} - |