diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/nettle/nettle_3.4.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-support/nettle/nettle_3.4.bb b/meta/recipes-support/nettle/nettle_3.4.bb index e88dba3989..7a3cc654c8 100644 --- a/meta/recipes-support/nettle/nettle_3.4.bb +++ b/meta/recipes-support/nettle/nettle_3.4.bb | |||
@@ -27,13 +27,9 @@ UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar" | |||
27 | 27 | ||
28 | inherit autotools ptest | 28 | inherit autotools ptest |
29 | 29 | ||
30 | EXTRA_OECONF = "--disable-openssl" | 30 | EXTRA_AUTORECONF += "--exclude=aclocal" |
31 | 31 | ||
32 | do_configure_prepend() { | 32 | EXTRA_OECONF = "--disable-openssl" |
33 | if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then | ||
34 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 | ||
35 | fi | ||
36 | } | ||
37 | 33 | ||
38 | do_compile_ptest() { | 34 | do_compile_ptest() { |
39 | oe_runmake buildtest | 35 | oe_runmake buildtest |