On 3 May 2017 at 09:23, <[email protected]> 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
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
