summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/libva/libva-intel-driver_1.6.2.bb
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-01-21 15:37:28 -0800
committerSaul Wold <sgw@linux.intel.com>2016-01-25 14:53:26 -0800
commitc222d41fe7b9efbbca21e580a5986e7d39e9e376 (patch)
tree09a3ee572426dff5fd959cfab5d7b40e770e120d /common/recipes-multimedia/libva/libva-intel-driver_1.6.2.bb
parentd0d2b2c5dd3178bd198d5a1f154617ae5875ca8b (diff)
downloadmeta-intel-c222d41fe7b9efbbca21e580a5986e7d39e9e376.tar.gz
libva-intel-driver: Update to 1.6.2
This update is a part of the 2015 Q4 Graphics Update. The original release note can be found at: https://01.org/linuxgraphics/downloads/2015q4-intel-graphics-stack-release Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-multimedia/libva/libva-intel-driver_1.6.2.bb')
-rw-r--r--common/recipes-multimedia/libva/libva-intel-driver_1.6.2.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.6.2.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.6.2.bb
new file mode 100644
index 00000000..07b2afb4
--- /dev/null
+++ b/common/recipes-multimedia/libva/libva-intel-driver_1.6.2.bb
@@ -0,0 +1,30 @@
1SUMMARY = "VA driver for Intel G45 & HD Graphics family"
2DESCRIPTION = "libva-driver-intel is the VA-API implementation \
3for Intel G45 chipsets and Intel HD Graphics for Intel Core \
4processor family."
5
6HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi"
7BUGTRACKER = "https://bugs.freedesktop.org"
8
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
11
12COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
13
14DEPENDS = "libva libdrm"
15
16SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${BPN}/${BPN}-${PV}.tar.bz2"
17
18SRC_URI[md5sum] = "80ea2e1db7f90489d033f0dc32fbf4dd"
19SRC_URI[sha256sum] = "bf8759dbcefc82d280c11a5eac5248dce14979c7c58345f218d656d75b0d85fe"
20
21inherit autotools pkgconfig
22
23PACKAGECONFIG ??= "${@base_contains("DISTRO_FEATURES", "x11", "x11", "", d)} \
24 ${@base_contains("DISTRO_FEATURES", "opengl wayland", "wayland", "", d)}"
25PACKAGECONFIG[x11] = "--enable-x11,--disable-x11"
26PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland virtual/egl"
27
28FILES_${PN} += "${libdir}/dri/*.so"
29FILES_${PN}-dev += "${libdir}/dri/*.la"
30FILES_${PN}-dbg += "${libdir}/dri/.debug"