Files
Martin Jansa 71e91988bb llvm: Consolidate .inc files
* unlike other recipes where we have a rule to keep only one
  version, llvm is different so we'll keep .inc files
* llvm.inc is shared by all, llvm[23].inc are separated because
  2.* is built with cmake and 3.* with automake
* fix staticdev packaging and move it to shared llvm.inc
  FILES_${PN}-static-dev = "${libdir}/${LLVM_DIR}/*.a"
  (it's staticdev not static-dev)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-12 12:06:00 +02:00

17 lines
435 B
BlitzBasic

require llvm.inc
require llvm2.inc
PR = "r3"
SRC_URI += " \
file://30may-llvm2.8-pr399-ppc-arm.patch \
file://0019-issue6065.patch \
file://add-unistd.patch \
file://llvm-mc_disable.patch \
"
EXTRA_OECMAKE += " -DBUILD_SHARED_LIBS:BOOL=OFF "
SRC_URI[md5sum] = "220d361b4d17051ff4bb21c64abe05ba"
SRC_URI[sha256sum] = "25addb742f1c6cc12877ed0ee924dda962d848368ee095be8e48342ae613d43b"