summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/libva/libva-intel-driver_1.7.2.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-02-03 15:38:17 -0800
committerSaul Wold <sgw@linux.intel.com>2017-02-10 07:52:49 -0800
commit0c2da994195b4db36db80258d09d0e5faed22136 (patch)
tree52cabc9aca01e229fdc14de8087c8d8eda2c4368 /common/recipes-multimedia/libva/libva-intel-driver_1.7.2.bb
parente8fd58ccf221b071508c1c168e4d9bcee92c3a5d (diff)
downloadmeta-intel-0c2da994195b4db36db80258d09d0e5faed22136.tar.gz
libva-intel-driver: Update to 1.7.3
The upstream has moved their source base from FreeDesktop to github.com/01org. Set $S to WORKDIR/git since this is a git repo now. 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, 0 insertions, 30 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
deleted file mode 100644
index f82e9d7f..00000000
--- a/common/recipes-multimedia/libva/libva-intel-driver_1.7.2.bb
+++ /dev/null
@@ -1,30 +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"
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"