]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
systemd-bootchart: upgrade to v233; fix build with musl timo/systemd-bootchart
authorTim Orling <timothy.t.orling@linux.intel.com>
Mon, 22 Jan 2018 00:12:15 +0000 (16:12 -0800)
committerTim Orling <timothy.t.orling@linux.intel.com>
Mon, 22 Jan 2018 00:12:15 +0000 (16:12 -0800)
commit00cd20b9f75de5a0161633a651a27e702cb211d2
tree05de6b58103f06197a4e572df0b3576a8a15b306
parent3328211afdef8ffb00dd4dff1143959d5412b075
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>
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]