diff options
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_10.01.1.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.01.1.bb b/meta/recipes-extended/ghostscript/ghostscript_10.01.1.bb index f03ebf4478..0d41242bc2 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_10.01.1.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_10.01.1.bb | |||
@@ -18,9 +18,6 @@ DEPENDS = "tiff jpeg fontconfig cups libpng freetype zlib" | |||
18 | UPSTREAM_CHECK_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases" | 18 | UPSTREAM_CHECK_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases" |
19 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | 19 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" |
20 | 20 | ||
21 | # We use a system libjpeg-turbo which has this fix | ||
22 | CVE_CHECK_IGNORE += "CVE-2013-6629" | ||
23 | |||
24 | def gs_verdir(v): | 21 | def gs_verdir(v): |
25 | return "".join(v.split(".")) | 22 | return "".join(v.split(".")) |
26 | 23 | ||