mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
tinymembench: add UPSTREAM_CHECK_COMMITS
Upstream bumped PV without corresponding tag and SRCREV is tip of master. Hence UPSTREAM_CHECK_COMMITS is more appropriate. Fixes: $ devtool latest-version tinymembench ... INFO: Current version: 0.4.9 INFO: Latest version: 0.4 INFO: Latest version's commit: e7d7573400275d14a9ffc5266d220eeeebe3d916 [1] https://github.com/ssvb/tinymembench/commit/a9907a52a732846cd401b25bb357ec6d0e4d039a Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -9,9 +9,7 @@ LIC_FILES_CHKSUM = "file://main.c;endline=22;md5=879b9bbb60851454885b5fa47eb6b34
|
||||
PV = "0.4.9+git"
|
||||
|
||||
SRCREV = "a2cf6d7e382e3aea1eb39173174d9fa28cad15f3"
|
||||
# Upstream tags are "vX.Y" (newest v0.4); PV 0.4.9+git is ahead of the last tag.
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||
UPSTREAM_VERSION_UNKNOWN = "1"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
SRC_URI = "git://github.com/ssvb/tinymembench.git;branch=master;protocol=https \
|
||||
file://0001-asm-Delete-.func-.endfunc-directives.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user