diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-08-25 00:19:12 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-08-25 01:12:16 +0800 |
| commit | 43c18b65e465c2d56873b0f00e75d2ee1c31b83a (patch) | |
| tree | 2b5c8547fbe63ecc46bead871e2d83c1330cfd5a | |
| parent | 68edb423fbb30c521e103cba567a583583b7a53a (diff) | |
| download | meta-intel-43c18b65e465c2d56873b0f00e75d2ee1c31b83a.tar.gz | |
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>
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb index b2f4f7cb..d7f63a3a 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb | |||
| @@ -28,3 +28,5 @@ PACKAGES =+ "${PN}-apps" | |||
| 28 | FILES:${PN}-apps = "\ | 28 | FILES:${PN}-apps = "\ |
| 29 | ${bindir} \ | 29 | ${bindir} \ |
| 30 | " | 30 | " |
| 31 | |||
| 32 | UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" | ||
