summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-12-11 10:22:35 -0800
committerSaul Wold <sgw@linux.intel.com>2015-12-11 10:24:17 -0800
commit100781804bbeb4854509edea7e83adb933809d86 (patch)
tree5bd91a75600673e055d8402e834adf1dfd0a367e /common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb
parent0c187f62ba7e3b40ece44cd0ad2e4b8107922dd7 (diff)
downloadmeta-intel-100781804bbeb4854509edea7e83adb933809d86.tar.gz
libva-intel-driver: Update to 1.6.1
Remove unneeded patches, they have were already implemented in the new version Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb')
-rw-r--r--common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb
deleted file mode 100644
index dfb1ec1a..00000000
--- a/common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb
+++ /dev/null
@@ -1,33 +0,0 @@
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"
17SRC_URI += "file://wayland-include.patch \
18 file://Use-VMask-instead-of-DMask-in-3DSTATE_PS-on-GEN8.patch \
19 "
20
21SRC_URI[md5sum] = "16752f1584398265072129553b7907ce"
22SRC_URI[sha256sum] = "d0b448193ab34b622cd14e4db8ca29991a4038b4eb459a8fbbcbd7db843da3dc"
23
24inherit autotools pkgconfig
25
26PACKAGECONFIG ??= "${@base_contains("DISTRO_FEATURES", "x11", "x11", "", d)} \
27 ${@base_contains("DISTRO_FEATURES", "opengl wayland", "wayland", "", d)}"
28PACKAGECONFIG[x11] = "--enable-x11,--disable-x11"
29PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland virtual/egl"
30
31FILES_${PN} += "${libdir}/dri/*.so"
32FILES_${PN}-dev += "${libdir}/dri/*.la"
33FILES_${PN}-dbg += "${libdir}/dri/.debug"