diff options
Diffstat (limited to 'recipes-graphics/libva')
-rw-r--r-- | recipes-graphics/libva/libva-intel-utils_2.22.0.bb (renamed from recipes-graphics/libva/libva-intel-utils_2.20.1.bb) | 5 | ||||
-rw-r--r-- | recipes-graphics/libva/libva-intel_2.22.0.bb (renamed from recipes-graphics/libva/libva-intel_2.20.0.bb) | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/recipes-graphics/libva/libva-intel-utils_2.20.1.bb b/recipes-graphics/libva/libva-intel-utils_2.22.0.bb index 9c26f009..041ea1ed 100644 --- a/recipes-graphics/libva/libva-intel-utils_2.20.1.bb +++ b/recipes-graphics/libva/libva-intel-utils_2.22.0.bb | |||
@@ -14,9 +14,8 @@ SECTION = "x11" | |||
14 | LICENSE = "MIT" | 14 | LICENSE = "MIT" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.20-branch;protocol=https" | 17 | SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.22-branch;protocol=https" |
18 | SRCREV = "2ad888bb463dc9bfb3deb512ec9faf78f1d3bfa8" | 18 | SRCREV = "1a13ae13382b7b548f3a7e8035e1d7df66662c0a" |
19 | S = "${WORKDIR}/git" | ||
20 | 19 | ||
21 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 20 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
22 | 21 | ||
diff --git a/recipes-graphics/libva/libva-intel_2.20.0.bb b/recipes-graphics/libva/libva-intel_2.22.0.bb index c81ed65c..b6b1f6ed 100644 --- a/recipes-graphics/libva/libva-intel_2.20.0.bb +++ b/recipes-graphics/libva/libva-intel_2.22.0.bb | |||
@@ -17,11 +17,10 @@ SECTION = "x11" | |||
17 | LICENSE = "MIT" | 17 | LICENSE = "MIT" |
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" |
19 | 19 | ||
20 | SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2 \ | 20 | SRC_URI = "git://github.com/intel/libva.git;protocol=https;branch=v2.22-branch \ |
21 | " | 21 | " |
22 | SRC_URI[sha256sum] = "f72bdb4f48dfe71ad01f1cbefe069672a2c949a6abd51cf3c4d4784210badc49" | ||
23 | 22 | ||
24 | S = "${WORKDIR}/libva-${PV}" | 23 | SRCREV = "217da1c28336d6a7e9c0c4cb8f1c303968a675f1" |
25 | 24 | ||
26 | UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" | 25 | UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" |
27 | 26 | ||