mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
ospray: fix upstream check
Make sure that we match only the tags with proper version numbers. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
68edb423fb
commit
43c18b65e4
|
|
@ -28,3 +28,5 @@ PACKAGES =+ "${PN}-apps"
|
|||
FILES:${PN}-apps = "\
|
||||
${bindir} \
|
||||
"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user