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_20.1.1.bb) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_20.1.1.bb b/recipes-graphics/gmmlib/gmmlib_22.7.1.bb index 39ed5c65..d61a2fa1 100644 --- a/recipes-graphics/gmmlib/gmmlib_20.1.1.bb +++ b/recipes-graphics/gmmlib/gmmlib_22.7.1.bb | |||
@@ -4,17 +4,15 @@ 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 = "09324e1fe8129b66bdf6b16ed533d56ce654eaa4" | 13 | SRCREV = "aa4e5d6c8f1d798b78ffd7ea85296fdd3a3946b2" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | COMPATIBLE_HOST:x86-x32 = "null" |
16 | |||
17 | COMPATIBLE_HOST_x86-x32 = "null" | ||
18 | 16 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$" |
20 | 18 | ||