diff options
author | wangmy <wangmy@fujitsu.com> | 2022-10-11 16:05:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-26 12:28:38 +0100 |
commit | 80e7b3d1dcc499ecf9863c6447adb737920a252a (patch) | |
tree | 96009948254b4a6e712c80b0ef44e7454a16a77c /meta/recipes-graphics | |
parent | a7873c4f77075445bb0fcebf0b0f4afaae6e115a (diff) | |
download | poky-80e7b3d1dcc499ecf9863c6447adb737920a252a.tar.gz |
libva: upgrade 2.15.0 -> 2.16.0
Changelog:
===========
add: Add HierarchicalFlag & hierarchical_level_plus1 for AV1e.
dep: Update README.md to remove badge links
dep: Removed waffle-io badge from README to fix broken link
dep: Drop mailing list, IRC and Slack
autotools: use wayland-scanner private-code
autotools: use the wayland-scanner.pc to locate the prog
meson: use wayland-scanner private-code
meson: request native wayland-scanner
meson: use the wayland-scanner.pc to locate the prog
meson: set HAVE_VA_X11 when applicable
style:Correct slight coding style in several new commits
trace: add Linux ftrace mode for va trace
trace: Add missing pthread_mutex_destroy
drm: remove no-longer needed X == X mappings
drm: fallback to drm driver name == va driver name
drm: simplify the mapping table
x11: simplify the mapping table
android: open() with O_CLOEXEC for device fd
android: remove convoluted open_device() helper
android: drop va_fool references
ci: strengthen ci with -Werror
ci: va/x11/nvctl: fix Wdeprecated-non-prototype on close_display
ci: add clang-15 coverage and rearrange runners
ci: upgrade FreeBSD to 13.1
(From OE-Core rev: ccf646a933fb0274a5fe6ab1055cbfc556351ef2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libva/libva-initial_2.16.0.bb (renamed from meta/recipes-graphics/libva/libva-initial_2.15.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/libva/libva.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/libva/libva_2.16.0.bb (renamed from meta/recipes-graphics/libva/libva_2.15.0.bb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libva/libva-initial_2.15.0.bb b/meta/recipes-graphics/libva/libva-initial_2.16.0.bb index 453096822f..453096822f 100644 --- a/meta/recipes-graphics/libva/libva-initial_2.15.0.bb +++ b/meta/recipes-graphics/libva/libva-initial_2.16.0.bb | |||
diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc index 735f2fca5b..0f16dacc98 100644 --- a/meta/recipes-graphics/libva/libva.inc +++ b/meta/recipes-graphics/libva/libva.inc | |||
@@ -18,7 +18,7 @@ LICENSE = "MIT" | |||
18 | 18 | ||
19 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/libva-${PV}.tar.bz2" | 19 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/libva-${PV}.tar.bz2" |
20 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" | 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" |
21 | SRC_URI[sha256sum] = "258ed409458d3e7a000e1908bc852619615ee6a933359c745fcd93eb3e461eca" | 21 | SRC_URI[sha256sum] = "115faca0db2c417a37da49830870e260450fa13066f5e24e252a20c36d920a1c" |
22 | 22 | ||
23 | S = "${WORKDIR}/libva-${PV}" | 23 | S = "${WORKDIR}/libva-${PV}" |
24 | 24 | ||
diff --git a/meta/recipes-graphics/libva/libva_2.15.0.bb b/meta/recipes-graphics/libva/libva_2.16.0.bb index 63dc5af8f2..63dc5af8f2 100644 --- a/meta/recipes-graphics/libva/libva_2.15.0.bb +++ b/meta/recipes-graphics/libva/libva_2.16.0.bb | |||