]> code.ossystems Code Review - openembedded-core.git/commit
stress-ng: Fix build on musl
authorKhem Raj <raj.khem@gmail.com>
Wed, 10 Jun 2020 05:10:28 +0000 (22:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Jun 2020 15:03:17 +0000 (16:03 +0100)
commit51592bafececf2423747fccd183a556eaa17bcd7
tree738166b43fdeea947d4be8a748fb830f943bebea
parent87722a92c18f94917c8f70afc8cd0763462a5c25
stress-ng: Fix build on musl

Define daddr_t if not provided by system headers
Fixes
./stress-ng.h:3755:2: error: unknown type name 'daddr_t'; did you mean 'caddr_t'?
daddr_t f_tfree;
^~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/stress-ng/stress-ng/no_daddr_t.patch [new file with mode: 0644]
meta/recipes-extended/stress-ng/stress-ng_0.11.12.bb