[meta-intel] [PATCH 11/11] gst-va-intel: remove

Ross Burton ross.burton at intel.com
Fri Feb 27 10:00:40 PST 2015


Unused since the previous commit, so remove.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../recipes-multimedia/gstreamer/gst-va-intel.bb   |   47 --------------------
 1 file changed, 47 deletions(-)
 delete mode 100644 common/recipes-multimedia/gstreamer/gst-va-intel.bb

diff --git a/common/recipes-multimedia/gstreamer/gst-va-intel.bb b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
deleted file mode 100644
index 5d6d43b..0000000
--- a/common/recipes-multimedia/gstreamer/gst-va-intel.bb
+++ /dev/null
@@ -1,47 +0,0 @@
-DESCRIPTION = "GStreamer Video Acceleration Add-ons for Intel BSPs"
-LICENSE = "MIT"
-DEPENDS = "gst-meta-base"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
-                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-
-PR = "r2"
-
-def map_gst_vaapi(d):
-    if base_contains('MACHINE_FEATURES', 'va-impl-intel', "1", "0", d) == "1":
-       return "gst-va-intel-vaapi"
-    return ""
-
-VAAPI_IMPL = "${@map_gst_vaapi(d)}"
-
-PACKAGES = "\
-    gst-va-intel \
-    gst-va-intel-general \
-    gst-va-intel-video \
-    ${VAAPI_IMPL} \
-    "
-
-ALLOW_EMPTY_gst-va-intel = "1"
-ALLOW_EMPTY_gst-va-intel-general = "1"
-ALLOW_EMPTY_gst-va-intel-video = "1"
-ALLOW_EMPTY_gst-va-intel-vaapi = "1"
-
-RDEPENDS_gst-va-intel = "\
-    gst-va-intel-general \
-    gst-va-intel-video \
-    ${VAAPI_IMPL} \
-    "
-
-RDEPENDS_gst-va-intel-general = "\
-    ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", \
-    "commercial", "gst-ffmpeg", "", d)} \
-    "
-
-RDEPENDS_gst-va-intel-video = "\
-    gst-plugins-good-isomp4 \
-    "
-
-# The gstreamer-vaapi package contains the vaapi implementation
-#
-RDEPENDS_gst-va-intel-vaapi = "\
-    gstreamer-vaapi-1.0 \
-    "
-- 
1.7.10.4



More information about the meta-intel mailing list