From c029685b1853dc7d51664590de5c2d8ba0600eba Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Tue, 5 Jun 2018 15:58:36 +0800 Subject: nettle: do the multilib_header magic for nettle-stdint.h and version.h add multilib support for this receipe, or it will conflicts in mutlilib setting (From OE-Core rev: ea618e061fa190e4ae647da6466d074b49940395) (From OE-Core rev: 5a77f191a451c8592be605020597253b37cea1e9) Signed-off-by: Changqing Li Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit c8a1e372f3aa962b483b4f2280c7c44392c8b2f7) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-support/nettle/nettle_3.4.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/nettle/nettle_3.4.bb b/meta/recipes-support/nettle/nettle_3.4.bb index 7a3cc654c8..ca8450ea99 100644 --- a/meta/recipes-support/nettle/nettle_3.4.bb +++ b/meta/recipes-support/nettle/nettle_3.4.bb @@ -25,7 +25,7 @@ SRC_URI[sha256sum] = "ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a UPSTREAM_CHECK_REGEX = "nettle-(?P\d+(\.\d+)+)\.tar" -inherit autotools ptest +inherit autotools ptest multilib_header EXTRA_AUTORECONF += "--exclude=aclocal" @@ -35,6 +35,10 @@ do_compile_ptest() { oe_runmake buildtest } +do_install_append() { + oe_multilib_header nettle/nettle-stdint.h nettle/version.h +} + do_install_ptest() { install -d ${D}${PTEST_PATH}/testsuite/ install ${S}/testsuite/gold-bug.txt ${D}${PTEST_PATH}/testsuite/ -- cgit v1.2.3-54-g00ecf