From: Otavio Salvador Date: Mon, 11 Jul 2016 11:06:45 +0000 (-0300) Subject: gstreamer1.0-plugins-bad: Remove PACKAGE_ARCH override for i.MX7 and i.MX6UL X-Git-Tag: 2.2~397 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4a62636c3e4075228a59b4d65b6d5459ca1f705a;p=meta-freescale.git gstreamer1.0-plugins-bad: Remove PACKAGE_ARCH override for i.MX7 and i.MX6UL The CFLAGS and PACKAGECONFIG changes are applied just for i.MX6 Q, DL, SX and SL so we can remove the PACKAGE_ARCH override for the i.MX7 and i.MX6UL as those are unaffected. Change-Id: Ice33fd3a12566875f9ec2559d0a044f38916d244 Signed-off-by: Otavio Salvador --- diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index 89aaafb0..67dc1f77 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend @@ -10,5 +10,3 @@ PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \ 'opengl', '', d), '', d)}" PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" -PACKAGE_ARCH_mx6ul = "${MACHINE_SOCARCH}" -PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}"