diff options
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 87870e4aba..df8d4d284a 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -20,6 +20,9 @@ SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.t | |||
20 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" | 20 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" |
21 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" | 21 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" |
22 | 22 | ||
23 | # This is an Ubuntu only issue. | ||
24 | CVE_CHECK_WHITELIST += "CVE-2018-6553" | ||
25 | |||
23 | LEAD_SONAME = "libcupsdriver.so" | 26 | LEAD_SONAME = "libcupsdriver.so" |
24 | 27 | ||
25 | CLEANBROKEN = "1" | 28 | CLEANBROKEN = "1" |