mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
jasper: add UPSTREAM_CHECK_URI
Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version jasper INFO: Current version: 4.2.8 INFO: Latest version: After the patch: $ devtool latest-version jasper INFO: Current version: 4.2.8 INFO: Latest version: 4.2.8 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
57d1a1abec
commit
eae862a35a
|
|
@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a80440d1d8f17d041c71c7271d6e06eb"
|
|||
SRC_URI = "https://github.com/jasper-software/${BPN}/releases/download/version-${PV}/${BP}.tar.gz"
|
||||
SRC_URI[sha256sum] = "98058a94fbff57ec6e31dcaec37290589de0ba6f47c966f92654681a56c71fae"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/jasper-software/jasper/releases"
|
||||
UPSTREAM_CHECK_REGEX = "releases/tag/version-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
inherit cmake multilib_header
|
||||
|
||||
do_configure:prepend() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user