[OE-core] [PATCH] ghostscript: fix warnings when building for arduino-101-sss

rebecca.swee.fun.chang at intel.com rebecca.swee.fun.chang at intel.com
Wed May 3 08:23:48 UTC 2017


From: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>

Hi,

The following warning occurs when building zephyr with arduino-101-sss.

WARNING: /srv/sdc/builds/11319/meta/recipes-extended/ghostscript/ghostscript_9.20.bb: Unable to get checksum for ghostscript SRC_URI entry objarch.h: file could not be found

This can be reproduced with meta-zephyr and MACHINE=arduino-101-sss,
it also needs a clean tmp, because the warning comes during initial parse.

This is due to the the TARGET_ARCH = "arc" for meta-zephyr is not
supported by ghostscript and causing bitbake unable to locate the
correct config file during recipe parse.

Adding an anonymous python checker in recipe to raise a SkipRecipe
exception if it is not one of the supported architectures.

Thanks and regards,
Rebecca

Chang Rebecca Swee Fun (1):
  ghostscript: check for incompatible TARGET_ARCH

 meta/recipes-extended/ghostscript/ghostscript_9.20.bb | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.7.4




More information about the Openembedded-core mailing list