Signed-off-by: Zhixiong Chi <[email protected]> --- meta/recipes-support/libcheck/libcheck_0.12.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-support/libcheck/libcheck_0.12.0.bb b/meta/recipes-support/libcheck/libcheck_0.12.0.bb index e646d43968..cb97201580 100644 --- a/meta/recipes-support/libcheck/libcheck_0.12.0.bb +++ b/meta/recipes-support/libcheck/libcheck_0.12.0.bb @@ -12,7 +12,7 @@ UPSTREAM_CHECK_URI = "https://github.com/libcheck/check/releases/" S = "${WORKDIR}/check-${PV}" -inherit autotools pkgconfig texinfo +inherit autotools pkgconfig texinfo multilib_header CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" @@ -20,4 +20,8 @@ RREPLACES_${PN} = "check (<= 0.9.5)" RDEPENDS_${PN} += "gawk" RDEPENDS_${PN}_class-native = "" +do_install_append() { + oe_multilib_header check_stdint.h +} + BBCLASSEXTEND = "native nativesdk" -- 2.17.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
