diff options
Diffstat (limited to 'recipes-graphics/gmmlib')
-rw-r--r-- | recipes-graphics/gmmlib/gmmlib_22.7.1.bb (renamed from recipes-graphics/gmmlib/gmmlib_19.4.1.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_19.4.1.bb b/recipes-graphics/gmmlib/gmmlib_22.7.1.bb index 1fd00c42..590141f1 100644 --- a/recipes-graphics/gmmlib/gmmlib_19.4.1.bb +++ b/recipes-graphics/gmmlib/gmmlib_22.7.1.bb | |||
@@ -4,17 +4,17 @@ device specific and buffer management for the Intel(R) Graphics \ | |||
4 | Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI." | 4 | Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI." |
5 | 5 | ||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d9a6e772cd4c362ee4c8ef87c5aad843" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=465fe90caea3edd6a2cecb3f0c28a654" |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | git://github.com/intel/gmmlib.git;protocol=https \ | 10 | git://github.com/intel/gmmlib.git;protocol=https;branch=master \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRCREV = "ebfcfd565031dbd7b45089d9054cd44a501f14a9" | 13 | SRCREV = "aa4e5d6c8f1d798b78ffd7ea85296fdd3a3946b2" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | COMPATIBLE_HOST_x86-x32 = "null" | 17 | COMPATIBLE_HOST:x86-x32 = "null" |
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$" |
20 | 20 | ||