va-intel: new package

We need some libraries for video acceleration which depend on the
video implementation being used e.g. vanilla intel vs emgd, so create
a new 'va-intel' package group for them.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi 2012-05-18 16:35:19 -05:00
parent 6da5358cb1
commit e3a703d6ae

View File

@ -0,0 +1,20 @@
DESCRIPTION = "Video Acceleration Add-ons for Intel BSPs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r0"
VA_IMPL = "${@base_contains('MACHINE_FEATURES', 'gst-va-mixvideo', \
'libva libva-x11 libva-tpi libva-glx libva-egl', \
'libva libva-intel-driver', d)}"
PACKAGES = "\
va-intel \
"
ALLOW_EMPTY = "1"
RDEPENDS_va-intel = " \
${VA_IMPL} \
"