summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libva/libva-utils-intel_2.7.1.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-05-08 19:05:30 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-05-18 11:38:24 +0800
commitc248917f50595a7dddc00ec0e66cf114e99dc57b (patch)
tree02ae835beda4fdf579b86884c593657308ac1013 /recipes-multimedia/libva/libva-utils-intel_2.7.1.bb
parentbc9973a90d2edb52bb43c3640c980ceb520ca4a9 (diff)
downloadmeta-intel-c248917f50595a7dddc00ec0e66cf114e99dc57b.tar.gz
libva-utils-intel: drop recipe
libva-utils in oe-core moved to latest release, so no need to carry in meta-intel anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia/libva/libva-utils-intel_2.7.1.bb')
-rw-r--r--recipes-multimedia/libva/libva-utils-intel_2.7.1.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/recipes-multimedia/libva/libva-utils-intel_2.7.1.bb b/recipes-multimedia/libva/libva-utils-intel_2.7.1.bb
deleted file mode 100644
index 137cd866..00000000
--- a/recipes-multimedia/libva/libva-utils-intel_2.7.1.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1# Latest upgrades for media components depend upon libva-utils v2.7.1
2# So need this upgrade
3
4SUMMARY = "libva-utils is a collection of utilities from libva project"
5
6DESCRIPTION = "libva-utils is a collection of utilities \
7and examples to exercise VA-API in accordance with the libva \
8project.VA-API is an open-source library and API specification, \
9which provides access to graphics hardware acceleration capabilities \
10for video processing. It consists of a main library and driver-specific \
11acceleration backends for each supported hardware vendor"
12
13HOMEPAGE = "https://01.org/linuxmedia/vaapi"
14BUGTRACKER = "https://github.com/intel/libva-utils/issues"
15
16SECTION = "x11"
17LICENSE = "MIT"
18LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
19
20SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.7-branch"
21SRCREV = "5a24c635f6fb2b9ac31cab3360afca50e1860812"
22S = "${WORKDIR}/git"
23
24UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
25
26DEPENDS = "libva"
27
28inherit meson pkgconfig ${COMPAT_DISTRO_FEATURE_CHECK}
29
30# depends on libva which requires opengl
31REQUIRED_DISTRO_FEATURES = "opengl"
32
33PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}"
34PACKAGECONFIG[x11] = "-Dx11=true, -Dx11=false,virtual/libx11 libxext libxfixes"
35PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false,wayland-native wayland"
36
37PROVIDES = "libva-utils"
38RPROVIDES_${PN} += "libva-utils"