[OE-core] [PATCH] ghostscript: check for incompatible TARGET_ARCH

Burton, Ross ross.burton at intel.com
Wed May 3 13:48:32 UTC 2017


On 3 May 2017 at 09:23, <rebecca.swee.fun.chang at intel.com> wrote:

> +# Check for incompatible TARGET_ARCH
> +python __anonymous () {
> +    if d.getVar('TARGET_ARCH') == "arc":
> +        raise bb.parse.SkipRecipe("ghostscript is incompatible with
> target arc")
> +}
>

Wouldn't it be neater to use COMPATIBLE_HOST?  For example sysprof doesn't
work on aarch64 and uses COMPATIBLE_HOST = "^(?!aarch64).*".

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


More information about the Openembedded-core mailing list