-
Notifications
You must be signed in to change notification settings - Fork 81
/
packagegroup-fsl-gstreamer-full.bb
30 lines (25 loc) · 1.24 KB
/
packagegroup-fsl-gstreamer-full.bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright (C) 2014 Freescale Semiconductor
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Package group used by FSL Community to provide audio, video, and debug \
GStreamer's plugins (including good and bad ones) with the required hardware \
acceleration (if supported by the SoC)."
SUMMARY = "FSL Community package group - GStreamer full"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PACKAGE_ARCH_mx6sl = "${MACHINE_ARCH}"
inherit packagegroup
GST_PLUGIN_SPECIFIC = "${@base_contains('MACHINE_GSTREAMER_PLUGIN', 'gst-fsl-plugin', \
'gst-plugins-gl', '', d)}"
RDEPENDS_${PN} = " \
packagegroup-fsl-gstreamer \
gst-plugins-base-meta \
gst-plugins-good-meta \
gst-plugins-bad-meta \
${@base_contains('DISTRO_FEATURES', 'opengl', \
base_contains('DISTRO_FEATURES', 'x11', \
'${GST_PLUGIN_SPECIFIC}', '', d), '', d)} \
"
# FIXME: i.MX6SL cannot use mesa for Graphics and it lacks 3D support,
# so skip it for now.
RDEPENDS_${PN}_remove_mx6sl = "gst-plugins-gl"