diff options
| author | Ross Burton <ross.burton@intel.com> | 2017-11-28 19:36:19 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-10 22:45:18 +0000 |
| commit | ce1155a9db857cb2fd7a6503a3792e62f8382f54 (patch) | |
| tree | b8beb89804ed3fd556ddfe1c53ed900692694f12 /meta/recipes-support/nettle | |
| parent | 2d40119e11003b56174291b62c2f09fe4bc30750 (diff) | |
| download | poky-ce1155a9db857cb2fd7a6503a3792e62f8382f54.tar.gz | |
nettle: remove aclocal/acinclude dance
(From OE-Core rev: 4143d0896bcf05d95c29bf18e913f32204c707f0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nettle')
| -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 |
