mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
da4abff158
commit
ce3ab7628d
@@ -9,7 +9,7 @@ SRC_URI = "https://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \
|
|||||||
file://cups_serverbin.patch \
|
file://cups_serverbin.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "http://www.cups.org/software.php"
|
UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases"
|
||||||
UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar"
|
UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar"
|
||||||
|
|
||||||
LEAD_SONAME = "libcupsdriver.so"
|
LEAD_SONAME = "libcupsdriver.so"
|
||||||
|
|||||||
Reference in New Issue
Block a user