[OE-core] [PATCH 4/9] nasm: Upgrade 2.13.03 -> 2.14

Burton, Ross ross.burton at intel.com
Mon Nov 19 10:35:17 UTC 2018


On Sat, 17 Nov 2018 at 22:58, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> +inherit autotools-brokensep

Did you verify that this is still needed?

> +do_configure_prepend () {
> +       if [ -f ${S}/aclocal.m4 ] && [ ! -f ${S}/acinclude.m4 ]; then
> +               mv ${S}/aclocal.m4 ${S}/acinclude.m4
> +       fi
> +}

EXTRA_AUTORECONF += "--exclude=aclocal" is preferred.

> +do_install() {
> +       oe_runmake 'DESTDIR=${D}' install
> +}

This looks like autotool's do_install to me.

Ross


More information about the Openembedded-core mailing list