mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
6372b36c81
commit
ef1c6ace42
24
common/recipes-multimedia/libva/libva-intel-driver.inc
Normal file
24
common/recipes-multimedia/libva/libva-intel-driver.inc
Normal file
|
@ -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"
|
|
@ -0,0 +1,8 @@
|
|||
require libva-intel-driver.inc
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI = "http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "9dbd642f18993335146480a3a2987874"
|
||||
SRC_URI[sha256sum] = "52f16f78129af00ec40afc6a1b8fb07c7b6c6c0da7f43a54e19afd2a41791098"
|
Loading…
Reference in New Issue
Block a user