Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | require libunwind.inc |
| 2 | |
| 3 | SRC_URI[md5sum] = "06ba9e60d92fd6f55cd9dadb084df19e" |
| 4 | SRC_URI[sha256sum] = "3f3ecb90e28cbe53fba7a4a27ccce7aad188d3210bb1964a923a731a27a75acb" |
| 5 | |
| 6 | SRC_URI = "http://download.savannah.nongnu.org/releases/libunwind/libunwind-${PV}.tar.gz \ |
| 7 | file://Add-AO_REQUIRE_CAS-to-fix-build-on-ARM-v6.patch \ |
| 8 | file://0001-backtrace-Use-only-with-glibc-and-uclibc.patch \ |
| 9 | file://0001-x86-Stub-out-x86_local_resume.patch \ |
| 10 | file://0001-Fix-build-on-mips-musl.patch \ |
| 11 | file://0001-add-knobs-to-disable-enable-tests.patch \ |
| 12 | file://0001-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch \ |
| 13 | file://libunwind-1.1-x32.patch \ |
| 14 | " |
| 15 | |
| 16 | SRC_URI_append_libc-musl = " file://musl-header-conflict.patch" |
| 17 | EXTRA_OECONF_append_libc-musl = " --disable-documentation --disable-tests " |
| 18 | |
| 19 | # http://errors.yoctoproject.org/Errors/Details/20487/ |
| 20 | ARM_INSTRUCTION_SET_armv4 = "arm" |
| 21 | ARM_INSTRUCTION_SET_armv5 = "arm" |
| 22 | |
| 23 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |