[oe-commits] [openembedded-core] 05/10: ghostscript: Define COMPATIBLE_HOST with supported platforms

git at git.openembedded.org git at git.openembedded.org
Wed Nov 7 23:16:06 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 439af87094242c313b8ceec88557513178c4a61d
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Wed Nov 7 08:47:01 2018 +0000

    ghostscript: Define COMPATIBLE_HOST with supported platforms
    
    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>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 fdca8a2..09fa493 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.25.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.25.bb
@@ -129,5 +129,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).*"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list