From 92e6a7a8736f793f251b5ab6e8dea48c30fe8e68 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 9 Jan 2016 19:42:19 -0800 Subject: 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; (From OE-Core rev: b9c870a25757ab11f4167c076449a3de537247cf) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-bsp/apmd/apmd_3.2.2-15.bb') diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb index 9492c6994e..a932375205 100644 --- a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb +++ b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb @@ -13,6 +13,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_3.2.2.orig.tar.gz;name=tarball \ file://legacy.patch \ file://libtool.patch \ file://unlinux.patch \ + file://wexitcode.patch \ file://init \ file://default \ file://apmd_proxy \ -- cgit v1.2.3-54-g00ecf