mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 18:26:03 +00:00
* 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>
10 lines
323 B
BlitzBasic
10 lines
323 B
BlitzBasic
require llvm.inc
|
|
require llvm3.inc
|
|
|
|
SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch "
|
|
SRC_URI[md5sum] = "40564e1dc390f9844f1711c08b08e391"
|
|
SRC_URI[sha256sum] = "68766b1e70d05a25e2f502e997a3cb3937187a3296595cf6e0977d5cd6727578"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[r600] = "--enable-experimental-targets=R600,,,"
|