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

2017-05-03 Thread Burton, Ross
On 3 May 2017 at 09:23, 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

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

2017-05-03 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun The following warning occurs when building with meta-zephyr with MACHINE set to arduino-101-sss: WARNING: /srv/sdc/builds/11319/meta/recipes-extended/ghostscript/ghostscript_9.20.bb: Unable to get checksum for ghostscript SRC_URI