diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2020-07-16 17:43:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-18 11:06:32 +0100 |
commit | c4c299e17824b9b56dbb6e70b1460b38ab5ea3f0 (patch) | |
tree | 59ca60f55b42b1646fe71614e99a4b1baab52ce7 /meta | |
parent | d0bc9cee83b5c5c5d5d0cc4228c165dde2d94b90 (diff) | |
download | poky-c4c299e17824b9b56dbb6e70b1460b38ab5ea3f0.tar.gz |
libva: upgrade 2.7.1 -> 2.8.0
Release notes:
https://github.com/intel/libva/releases/tag/2.8.0
(From OE-Core rev: 1a46430f49e25db5d06b3f9ed9b85f8d93c6524f)
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/libva/libva_2.8.0.bb (renamed from meta/recipes-graphics/libva/libva_2.7.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libva/libva_2.7.1.bb b/meta/recipes-graphics/libva/libva_2.8.0.bb index b2deb017ac..621ceea86c 100644 --- a/meta/recipes-graphics/libva/libva_2.7.1.bb +++ b/meta/recipes-graphics/libva/libva_2.8.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require libva.inc | 1 | require libva.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" |
4 | SRC_URI[sha256sum] = "a00ff19d9f969259b9784172adad7788dbf3de827d985c5d27c230efd5d98a04" | 4 | SRC_URI[sha256sum] = "adbb1244d278908f89ccfcf254a442de6d71934565a492cb6f03caf2ed4d1ec3" |
5 | 5 | ||
6 | PACKAGECONFIG ??= " \ | 6 | PACKAGECONFIG ??= " \ |
7 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', '', d)} \ | 7 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', '', d)} \ |