From 0eac762e3e06d77b10d17a6f0d375c1d7b980e05 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 16 Jul 2018 16:48:02 +0800 Subject: va-intel: remove Include intel vaapi driver directly as part of hwcodecs instead of going indirectly through a separate recipe. Signed-off-by: Anuj Mittal --- recipes-multimedia/libva/va-intel.bb | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 recipes-multimedia/libva/va-intel.bb (limited to 'recipes-multimedia/libva') diff --git a/recipes-multimedia/libva/va-intel.bb b/recipes-multimedia/libva/va-intel.bb deleted file mode 100644 index 33b81a30..00000000 --- a/recipes-multimedia/libva/va-intel.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Video Acceleration Add-ons for Intel BSPs" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -S = "${WORKDIR}" - -PR = "r1" - -def map_valibs(d): - # The intel implementation requires the intel-vaapi-driver package - if bb.utils.contains('MACHINE_FEATURES', 'va-impl-intel', "1", "0", d) == "1": - return "libva intel-vaapi-driver" - # All meta-intel video acceleration requires libva - return "libva" - -VA_IMPL = "${@map_valibs(d)}" - -PACKAGES = "\ - va-intel \ - " - -ALLOW_EMPTY_va-intel = "1" - -RDEPENDS_va-intel = " \ - ${VA_IMPL} \ - " - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux*' - -inherit distro_features_check - -REQUIRED_DISTRO_FEATURES = "opengl" -- cgit v1.2.3-54-g00ecf