[OE-core] [PATCH] ghostscript: Define COMPATIBLE_HOST with supported platforms

ChenQi Qi.Chen at windriver.com
Thu Nov 8 02:03:37 UTC 2018


This patch causes the following failure on autobuilder.
https://autobuilder.yoctoproject.org/typhoon/#/builders/32/builds/183/steps/7/logs/step1c

Best Regards,
Chen Qi

On 11/07/2018 04:47 PM, Nathan Rossi wrote:
> Setup the COMPATIBLE_HOST variable with all supported hosts based on the
> provided objarch.h files. This inverts the existing pattern where
> unsupported hosts (e.g. 'arc.*') are explicitly set.
>
> This suppresses the warning message generated on hosts that are not
> supported but were not listed explicitly.
>
>    WARNING: .../ghostscript_9.25.bb: Unable to get checksum for
>    ghostscript SRC_URI entry objarch.h: file could not be found
>
> Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
> ---
>   meta/recipes-extended/ghostscript/ghostscript_9.25.bb | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.25.bb b/meta/recipes-extended/ghostscript/ghostscript_9.25.bb
> index 35eaaeb2fa..8b69170458 100644
> --- a/meta/recipes-extended/ghostscript/ghostscript_9.25.bb
> +++ b/meta/recipes-extended/ghostscript/ghostscript_9.25.bb
> @@ -121,5 +121,4 @@ do_install_class-native () {
>   
>   BBCLASSEXTEND = "native"
>   
> -# ghostscript does not supports "arc"
> -COMPATIBLE_HOST = "^(?!arc).*"
> +COMPATIBLE_HOST = "(aarch64|arm|i586|i686|microblaze|mipsarch|nios2|powerpc|x86-64).*"
> ---
> 2.19.1





More information about the Openembedded-core mailing list