[OE-core] [PATCH 03/10] hardlink: add new recipe

Burton, Ross ross.burton at intel.com
Wed Feb 24 21:00:10 UTC 2016


On 24 February 2016 at 14:52, Joshua Lock <joshua.g.lock at intel.com> wrote:

> +do_compile () {
> +       oe_runmake 'DESTDIR=${D}' 'PREFIX=${prefix}' BINDIR='${bindir}'
> +}
> +
> +do_install () {
> +       oe_runmake install 'DESTDIR=${D}' 'PREFIX=${prefix}'
> BINDIR='${bindir}'
> +}
>

EXTRA_OEMAKE will make this neater.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160224/a252f3a3/attachment-0002.html>


More information about the Openembedded-core mailing list