packagegroup-dey-gstreamer: rework MACHINE_GSTREAMER_1_0_EXTRA_INSTALL
We need some of the extra gstreamer packages added via MACHINE_GSTREAMER_1_0_EXTRA_INSTALL for the ccimx93, but as the ccimx93 does not have an 'imxgpu' override, they don't get added. Instead, add the packages for all the NXP platforms by removing the override and then empty the variable for the 'ccimx6ul' for space-saving purposes. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
60df16d022
commit
8a576abfea
|
|
@ -31,13 +31,13 @@ MACHINE_GSTREAMER_1_0_PKGS:ccimx6ul = " \
|
||||||
gstreamer1.0-plugins-good-jpeg \
|
gstreamer1.0-plugins-good-jpeg \
|
||||||
"
|
"
|
||||||
|
|
||||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL ?= ""
|
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL ?= " \
|
||||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL:imxgpu ?= " \
|
|
||||||
gstreamer1.0-plugins-bad-meta \
|
gstreamer1.0-plugins-bad-meta \
|
||||||
gstreamer1.0-plugins-ugly-meta \
|
gstreamer1.0-plugins-ugly-meta \
|
||||||
gstreamer1.0-rtsp-server-meta \
|
gstreamer1.0-rtsp-server-meta \
|
||||||
gstreamer1.0-libav \
|
gstreamer1.0-libav \
|
||||||
"
|
"
|
||||||
|
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL:ccimx6ul ?= ""
|
||||||
|
|
||||||
RDEPENDS:${PN} = " \
|
RDEPENDS:${PN} = " \
|
||||||
${MACHINE_GSTREAMER_1_0_PKGS} \
|
${MACHINE_GSTREAMER_1_0_PKGS} \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue