diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-11 08:06:45 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-15 07:48:55 -0300 |
commit | 4a62636c3e4075228a59b4d65b6d5459ca1f705a (patch) | |
tree | 1c19cfbb27a4cf67ec8b68cb40db30ee2b2c43c3 /recipes-multimedia/gstreamer | |
parent | 7a31c25e259c83cfa4b28c422293f508241b385b (diff) | |
download | meta-freescale-4a62636c3e4075228a59b4d65b6d5459ca1f705a.tar.gz |
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
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', \ | |||
10 | 'opengl', '', d), '', d)}" | 10 | 'opengl', '', d), '', d)}" |
11 | 11 | ||
12 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" | 12 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" |
13 | PACKAGE_ARCH_mx6ul = "${MACHINE_SOCARCH}" | ||
14 | PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}" | ||