diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.20.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.20.bb b/meta/recipes-extended/ghostscript/ghostscript_9.20.bb index 87a7a5539d..30591c9d76 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.20.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.20.bb | |||
@@ -110,3 +110,6 @@ do_install_class-native () { | |||
110 | } | 110 | } |
111 | 111 | ||
112 | BBCLASSEXTEND = "native" | 112 | BBCLASSEXTEND = "native" |
113 | |||
114 | # ghostscript does not supports "arc" | ||
115 | COMPATIBLE_HOST = "^(?!arc).*" | ||