]> code.ossystems Code Review - openembedded-core.git/commit
apmd: Fix build with musl
authorKhem Raj <raj.khem@gmail.com>
Sun, 10 Jan 2016 03:42:19 +0000 (19:42 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:52 +0000 (23:42 +0000)
commitb9c870a25757ab11f4167c076449a3de537247cf
treecbae32e44f63808c631675d7b25872000447a30c
parent149a5202d32650775386e166ed06855097256977
apmd: Fix build with musl

Fix error like below
| apmd.c:372:41: error: use of undeclared identifier '__WCOREFLAG'
|                                 status = __W_EXITCODE(0, SIGTERM) | __WCOREFLAG;
|                                                                     ^
| apmd.c:392:41: error: use of undeclared identifier '__WCOREFLAG'
|                                 status = __W_EXITCODE(0, SIGTERM) | __WCOREFLAG;

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-bsp/apmd/apmd/wexitcode.patch [new file with mode: 0644]
meta/recipes-bsp/apmd/apmd_3.2.2-15.bb