diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-02-01 17:02:18 +0000 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-02-04 13:17:50 +0800 |
| commit | b53e47be23af1e933bdbd9ab3b5a6ae573c7510d (patch) | |
| tree | 4699c253fc7f4da41c36a48641edeb4b260629d3 /recipes-multimedia/libva | |
| parent | 33bcad9811606e265ce9ed83f5a71b45f70d4649 (diff) | |
| download | meta-intel-b53e47be23af1e933bdbd9ab3b5a6ae573c7510d.tar.gz | |
intel-media-driver: fix upstream release checking
We need to use a custom regex because there are lots of tags we want to ignore:
- We want to skip intel-media-19.1.pre1 as it's a pre-release
- driver-for-Intel-Media-SDK-2018Q2.1 gets parsed as version 2018
- intel-media-600.0132 gets parsed as version 600
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia/libva')
| -rw-r--r-- | recipes-multimedia/libva/intel-media-driver_18.3.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/libva/intel-media-driver_18.3.0.bb b/recipes-multimedia/libva/intel-media-driver_18.3.0.bb index d5f1ddc5..6492dff0 100644 --- a/recipes-multimedia/libva/intel-media-driver_18.3.0.bb +++ b/recipes-multimedia/libva/intel-media-driver_18.3.0.bb | |||
| @@ -23,6 +23,8 @@ SRC_URI = "git://github.com/intel/media-driver.git;protocol=https;branch=intel-m | |||
| 23 | SRCREV = "00f9ae5dd6e2bff4da2aaa5b39df4f75588405de" | 23 | SRCREV = "00f9ae5dd6e2bff4da2aaa5b39df4f75588405de" |
| 24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
| 25 | 25 | ||
| 26 | UPSTREAM_CHECK_GITTAGREGEX = "^intel-media-(?P<pver>(?!600\..*)\d+(\.\d+)+)$" | ||
| 27 | |||
| 26 | inherit cmake pkgconfig | 28 | inherit cmake pkgconfig |
| 27 | 29 | ||
| 28 | MEDIA_DRIVER_ARCH_x86 = "32" | 30 | MEDIA_DRIVER_ARCH_x86 = "32" |
