summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/cups/cups.inc')
-rw-r--r--meta/recipes-extended/cups/cups.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 717eef03a7..c142a4d990 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -8,7 +8,8 @@ SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.t
8 file://use_echo_only_in_init.patch \ 8 file://use_echo_only_in_init.patch \
9 file://0001-don-t-try-to-run-generated-binaries.patch \ 9 file://0001-don-t-try-to-run-generated-binaries.patch \
10 file://cups_serverbin.patch \ 10 file://cups_serverbin.patch \
11 " 11 file://cups-avoid-install-file-conflicts.patch \
12 "
12 13
13UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" 14UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases"
14UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" 15UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar"