From ef1c6ace4269172eb67fcc3c8243e4bae6415c32 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Thu, 17 May 2012 22:23:35 -0500 Subject: meta-intel: new intel-driver-1.0.15 recipe libva was split in 1.0.15 into general and Intel-specific parts. This recipe addresses the intel-specific part. The general part is addressed in the separate libva_1.0.15.bb recipe. Signed-off-by: Tom Zanussi --- .../libva/libva-intel-driver.inc | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 common/recipes-multimedia/libva/libva-intel-driver.inc (limited to 'common/recipes-multimedia/libva/libva-intel-driver.inc') diff --git a/common/recipes-multimedia/libva/libva-intel-driver.inc b/common/recipes-multimedia/libva/libva-intel-driver.inc new file mode 100644 index 00000000..f0c6b9a9 --- /dev/null +++ b/common/recipes-multimedia/libva/libva-intel-driver.inc @@ -0,0 +1,24 @@ +SUMMARY = "VA driver for Intel G45 & HD Graphics family" +DESCRIPTION = "libva-driver-intel is the VA-API implementation \ +for Intel G45 chipsets and Intel HD Graphics for Intel Core \ +processor family." + +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi" +BUGTRACKER = "https://bugs.freedesktop.org" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" + +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +INC_PR = "r0" + +DEPENDS = "libva" + +S = "${WORKDIR}/intel-driver-${PV}" + +inherit autotools pkgconfig + +FILES_${PN} += "${libdir}/dri/*.so" +FILES_${PN}-dev += "${libdir}/dri/*.la" +FILES_${PN}-dbg += "${libdir}/dri/.debug" -- cgit v1.2.3-54-g00ecf