diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-07-09 01:00:53 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:28:45 +0100 |
| commit | 54fd9afef7183845859073f1801f605e8ffbccd5 (patch) | |
| tree | 7014304fea73ad8ea2577d932091c491e08adedd /meta/recipes-support/libunwind/libunwind_git.bb | |
| parent | d2296eaa9ed5a54d9d12b65dfcd3a1427c5af1a3 (diff) | |
| download | poky-54fd9afef7183845859073f1801f605e8ffbccd5.tar.gz | |
libunwind: Port to ppc/musl
(From OE-Core rev: da2a5e01156482c4c341c5983425d93ee8f02821)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libunwind/libunwind_git.bb')
| -rw-r--r-- | meta/recipes-support/libunwind/libunwind_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libunwind/libunwind_git.bb b/meta/recipes-support/libunwind/libunwind_git.bb index cc8c2b541c..6d1d9fb76e 100644 --- a/meta/recipes-support/libunwind/libunwind_git.bb +++ b/meta/recipes-support/libunwind/libunwind_git.bb | |||
| @@ -10,6 +10,7 @@ SRC_URI = "git://git.sv.gnu.org/libunwind.git \ | |||
| 10 | file://0001-x86-Stub-out-x86_local_resume.patch \ | 10 | file://0001-x86-Stub-out-x86_local_resume.patch \ |
| 11 | file://0001-Fix-build-on-mips-musl.patch \ | 11 | file://0001-Fix-build-on-mips-musl.patch \ |
| 12 | file://0001-add-knobs-to-disable-enable-tests.patch \ | 12 | file://0001-add-knobs-to-disable-enable-tests.patch \ |
| 13 | file://0001-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch \ | ||
| 13 | " | 14 | " |
| 14 | 15 | ||
| 15 | EXTRA_OECONF_append_libc-musl = " --disable-documentation --disable-tests " | 16 | EXTRA_OECONF_append_libc-musl = " --disable-documentation --disable-tests " |
