[OE-core] [PATCH v2 1/2] tar-replacement-native: relocate via NATIVE_PACKAGE_PATH_SUFFIX

Burton, Ross ross.burton at intel.com
Fri Aug 14 15:07:24 UTC 2015


On 14 August 2015 at 15:59, Patrick Ohly <patrick.ohly at intel.com> wrote:

>  EXTRAINSTALL = "do_install_extra"
>  EXTRAINSTALL_class-nativesdk = ""
> +EXTRAINSTALL_class-native = ""
>

As this is presumably meant to be target-only logic, you could refactor
this to:

do_install() {
    autotools_do_install
    ln -s tar ${D}${bindir}/gtar
}

do_install_append_class-target() {
  (contents of do_install_extra)
}

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


More information about the Openembedded-core mailing list