summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/libva/libva-intel-driver_1.7.2.bb
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-09-27 11:03:56 -0700
committerSaul Wold <sgw@linux.intel.com>2016-09-27 11:51:11 -0700
commitc0dad5d5f4e42d4c9be928e6ba48a7989fac1d8a (patch)
treef6287d9e700c7f1cede1db66376b50f98d231976 /common/recipes-multimedia/libva/libva-intel-driver_1.7.2.bb
parent8d44bd4dc80609d79584f25d0497409f2988f675 (diff)
downloadmeta-intel-c0dad5d5f4e42d4c9be928e6ba48a7989fac1d8a.tar.gz
libva-intel-driver: update 1.7.0 -> 1.7.2
This change updates libva-intel-driver to 1.7.2 which is in Intel graphic stack 2016 Q3 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.7.2.bb')
-rw-r--r--common/recipes-multimedia/libva/libva-intel-driver_1.7.2.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.7.2.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.7.2.bb
new file mode 100644
index 00000000..f82e9d7f
--- /dev/null
+++ b/common/recipes-multimedia/libva/libva-intel-driver_1.7.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] = "f28ac265f836f7ce881305bd3a282c90"
19SRC_URI[sha256sum] = "099e7bf6aa826971ec2caff235babf4da995f754e2ca16a73b258671130e67bc"
20
21inherit autotools pkgconfig
22
23PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)} \
24 ${@bb.utils.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"