]> code.ossystems Code Review - openembedded-core.git/commit
systemd-bootchart: upgrade to v233; fix build with musl
authorTim Orling <timothy.t.orling@linux.intel.com>
Mon, 22 Jan 2018 00:49:53 +0000 (16:49 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Jan 2018 23:25:47 +0000 (23:25 +0000)
commit49ebc0acae1c060ab20631b9a7215e14ce150e6d
tree8a64415bce5e403569493cb72bbaddae7df9c162
parenta273d099c3bc73736579b7b6ead2572721f16d2a
systemd-bootchart: upgrade to v233; fix build with musl

* Drop xlocale.h patch, merged upstream
* Rework patches from systemd to fix musl build
  - comparison_fn_t is glibc specific
  - musl does not provide printf.h
  - musl does not provide canonicalize_file_name

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/systemd-bootchart/files/0001-parse-util-Don-t-use-xlocale.h.patch [deleted file]
meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch [new file with mode: 0644]
meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch [new file with mode: 0644]
meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch [new file with mode: 0644]
meta/recipes-devtools/systemd-bootchart/systemd-bootchart_233.bb [moved from meta/recipes-devtools/systemd-bootchart/systemd-bootchart_231.bb with 73% similarity]