diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
| commit | 8c22ff0d8b70d9b12f0487ef696a7e915b9e3173 (patch) | |
| tree | efdc32587159d0050a69009bdf2330a531727d95 /meta/recipes-graphics/libva/libva-utils_2.22.0.bb | |
| parent | d412d2747595c1cc4a5e3ca975e3adc31b2f7891 (diff) | |
| download | poky-8c22ff0d8b70d9b12f0487ef696a7e915b9e3173.tar.gz | |
The poky repository master branch is no longer being updated.
You can either:
a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs
b) use the new bitbake-setup
You can find information about either approach in our documentation:
https://docs.yoctoproject.org/
Note that "poky" the distro setting is still available in meta-yocto as
before and we continue to use and maintain that.
Long live Poky!
Some further information on the background of this change can be found
in: https://lists.openembedded.org/g/openembedded-architecture/message/2179
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libva/libva-utils_2.22.0.bb')
| -rw-r--r-- | meta/recipes-graphics/libva/libva-utils_2.22.0.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-graphics/libva/libva-utils_2.22.0.bb b/meta/recipes-graphics/libva/libva-utils_2.22.0.bb deleted file mode 100644 index de36f01afd..0000000000 --- a/meta/recipes-graphics/libva/libva-utils_2.22.0.bb +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | SUMMARY = "libva-utils is a collection of utilities from libva project" | ||
| 2 | |||
| 3 | DESCRIPTION = "libva-utils is a collection of utilities \ | ||
| 4 | and examples to exercise VA-API in accordance with the libva \ | ||
| 5 | project.VA-API is an open-source library and API specification, \ | ||
| 6 | which provides access to graphics hardware acceleration capabilities \ | ||
| 7 | for video processing. It consists of a main library and driver-specific \ | ||
| 8 | acceleration backends for each supported hardware vendor" | ||
| 9 | |||
| 10 | HOMEPAGE = "https://01.org/linuxmedia/vaapi" | ||
| 11 | BUGTRACKER = "https://github.com/intel/libva-utils/issues" | ||
| 12 | |||
| 13 | SECTION = "x11" | ||
| 14 | LICENSE = "MIT" | ||
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" | ||
| 16 | |||
| 17 | SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.22-branch;protocol=https" | ||
| 18 | SRCREV = "1a13ae13382b7b548f3a7e8035e1d7df66662c0a" | ||
| 19 | |||
| 20 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$" | ||
| 21 | |||
| 22 | DEPENDS = "libva" | ||
| 23 | |||
| 24 | inherit meson pkgconfig features_check | ||
| 25 | |||
| 26 | # depends on libva which requires opengl | ||
| 27 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 28 | |||
| 29 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}" | ||
| 30 | PACKAGECONFIG[x11] = "-Dx11=true, -Dx11=false,virtual/libx11 libxext libxfixes" | ||
| 31 | PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false,wayland-native wayland" | ||
