packagegroup-dey-gstreamer: remove plugins-bad/ugly for CC6UL
The CC6UL has little video capabilities and reduced storage memory so lets remove gstreamer plugins included in -bad and -ugly to reduce the rootfs size. Signed-off-by: Hector Palacios <hector.palacios@digi.com> https://jira.digi.com/browse/DUB-713
This commit is contained in:
parent
caa932612d
commit
77d07b8ed7
|
|
@ -9,15 +9,17 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL ?= ""
|
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL ?= ""
|
||||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL_mx6 ?= "gstreamer1.0-rtsp-server-examples"
|
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL_mx6 ?= " \
|
||||||
|
gstreamer1.0-plugins-bad-meta \
|
||||||
|
gstreamer1.0-plugins-ugly-meta \
|
||||||
|
gstreamer1.0-rtsp-server-examples \
|
||||||
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} = " \
|
RDEPENDS_${PN} = " \
|
||||||
gstreamer1.0-meta-audio \
|
gstreamer1.0-meta-audio \
|
||||||
gstreamer1.0-meta-video \
|
gstreamer1.0-meta-video \
|
||||||
gstreamer1.0-plugins-base-meta \
|
gstreamer1.0-plugins-base-meta \
|
||||||
gstreamer1.0-plugins-good-meta \
|
gstreamer1.0-plugins-good-meta \
|
||||||
gstreamer1.0-plugins-ugly-meta \
|
|
||||||
gstreamer1.0-plugins-bad-meta \
|
|
||||||
${MACHINE_GSTREAMER_1_0_EXTRA_INSTALL} \
|
${MACHINE_GSTREAMER_1_0_EXTRA_INSTALL} \
|
||||||
${MACHINE_GSTREAMER_1_0_PLUGIN} \
|
${MACHINE_GSTREAMER_1_0_PLUGIN} \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue