summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-05-17 22:23:35 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-05-30 14:22:51 -0500
commitef1c6ace4269172eb67fcc3c8243e4bae6415c32 (patch)
treef03555ea174aff73d68e23d85ac24fcb905be84b
parent6372b36c8105c31600c2c910d56b0cb09c57427e (diff)
downloadmeta-intel-ef1c6ace4269172eb67fcc3c8243e4bae6415c32.tar.gz
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 <tom.zanussi@intel.com>
-rw-r--r--common/recipes-multimedia/libva/libva-intel-driver.inc24
-rw-r--r--common/recipes-multimedia/libva/libva-intel-driver_1.0.15.bb8
2 files changed, 32 insertions, 0 deletions
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 @@
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
14INC_PR = "r0"
15
16DEPENDS = "libva"
17
18S = "${WORKDIR}/intel-driver-${PV}"
19
20inherit autotools pkgconfig
21
22FILES_${PN} += "${libdir}/dri/*.so"
23FILES_${PN}-dev += "${libdir}/dri/*.la"
24FILES_${PN}-dbg += "${libdir}/dri/.debug"
diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.0.15.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.0.15.bb
new file mode 100644
index 00000000..6fdd6a91
--- /dev/null
+++ b/common/recipes-multimedia/libva/libva-intel-driver_1.0.15.bb
@@ -0,0 +1,8 @@
1require libva-intel-driver.inc
2
3PR = "${INC_PR}.0"
4
5SRC_URI = "http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-${PV}.tar.bz2"
6
7SRC_URI[md5sum] = "9dbd642f18993335146480a3a2987874"
8SRC_URI[sha256sum] = "52f16f78129af00ec40afc6a1b8fb07c7b6c6c0da7f43a54e19afd2a41791098"