mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
exempi: add UPSTREAM_CHECK variables
Fixes: $ devtool latest-version exempi ... INFO: Current version: 2.6.6 INFO: Latest version: Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -8,6 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f816aac8b22d16134477b8e156f0a0f4"
|
||||
SRC_URI = "https://libopenraw.freedesktop.org/download/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "900fb9957be2095c78e5111b99c49378adac58161a358f52f93c55126f34eb8f"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/libopenraw/exempi/-/tags"
|
||||
UPSTREAM_CHECK_REGEX = "tags/(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "expat zlib"
|
||||
|
||||
Reference in New Issue
Block a user