packagegroup-dey-gstreamer: install extra packages for all imxgpu2d platforms
These packages are required for videos to play properly on the ccimx8x. Also, add gstreamer1.0-libav explicitly since the only package that depends on it (gst-player-bin) was removed from packagegroup-core-x11-sato. https://jira.digi.com/browse/DEL-6026 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
5fda306e36
commit
5f70a38ef3
|
|
@ -30,10 +30,11 @@ MACHINE_GSTREAMER_1_0_PKGS_ccimx6ul = " \
|
|||
"
|
||||
|
||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL ?= ""
|
||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL_ccimx6 ?= " \
|
||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL_imxgpu2d ?= " \
|
||||
gstreamer1.0-plugins-bad-meta \
|
||||
gstreamer1.0-plugins-ugly-meta \
|
||||
gstreamer1.0-rtsp-server-meta \
|
||||
gstreamer1.0-libav \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue