mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
openvino-model-optimizer: fix upstream check
Make sure that we only match release versions. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
1d9e805c4b
commit
cb85d1a565
|
@ -33,3 +33,5 @@ RDEPENDS:${PN} += " \
|
|||
"
|
||||
|
||||
FILES:${PN} += "${datadir}/openvino"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
|
||||
|
|
Loading…
Reference in New Issue
Block a user