summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/nettle/nettle_3.4.bb6
1 files changed, 5 insertions, 1 deletions
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
25 25
26UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar" 26UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"
27 27
28inherit autotools ptest 28inherit autotools ptest multilib_header
29 29
30EXTRA_AUTORECONF += "--exclude=aclocal" 30EXTRA_AUTORECONF += "--exclude=aclocal"
31 31
@@ -35,6 +35,10 @@ do_compile_ptest() {
35 oe_runmake buildtest 35 oe_runmake buildtest
36} 36}
37 37
38do_install_append() {
39 oe_multilib_header nettle/nettle-stdint.h nettle/version.h
40}
41
38do_install_ptest() { 42do_install_ptest() {
39 install -d ${D}${PTEST_PATH}/testsuite/ 43 install -d ${D}${PTEST_PATH}/testsuite/
40 install ${S}/testsuite/gold-bug.txt ${D}${PTEST_PATH}/testsuite/ 44 install ${S}/testsuite/gold-bug.txt ${D}${PTEST_PATH}/testsuite/