diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-03 12:14:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-04 14:13:33 +0100 |
commit | ce3ab7628d965676e229db197be5fbda087a08ff (patch) | |
tree | 7356da8285a6bf32c1ea415e0f227e5b96fa7807 | |
parent | da4abff158af536f17c64f4b954b6957d5b649a6 (diff) | |
download | poky-ce3ab7628d965676e229db197be5fbda087a08ff.tar.gz |
cups: fix upstream version check
(From OE-Core rev: 7bb667e6f2e4315d72808d295820b530ba3aba72)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index da70b87630..9a12a7820b 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -9,7 +9,7 @@ SRC_URI = "https://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ | |||
9 | file://cups_serverbin.patch \ | 9 | file://cups_serverbin.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "http://www.cups.org/software.php" | 12 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" |
13 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" | 13 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" |
14 | 14 | ||
15 | LEAD_SONAME = "libcupsdriver.so" | 15 | LEAD_SONAME = "libcupsdriver.so" |