packagegroup-dey-gstreamer: fix override for CC6UL
As of DEY-2.0 "mx6" was an override value for CC6, but not for the CC6UL, so we used it to restrict the packages to be installed only in the CC6. Now in DEY-2.2 "mx6" is also a correct override value for the 6UL family, so correct the override to prevent those gstreamer packages to be installed in 6UL machines. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
f74a7b0edf
commit
05ca6d3c78
|
|
@ -7,7 +7,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||
inherit packagegroup
|
||||
|
||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL ?= ""
|
||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL_mx6 ?= " \
|
||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL_ccimx6 ?= " \
|
||||
gstreamer1.0-plugins-bad-meta \
|
||||
gstreamer1.0-plugins-ugly-meta \
|
||||
gstreamer1.0-rtsp-server-meta \
|
||||
|
|
|
|||
Loading…
Reference in New Issue