From: Andre McCurdy Date: Thu, 4 Jun 2015 19:24:47 +0000 (-0700) Subject: gstreamer1.0-plugins-base.inc: use x86 over-ride instead of i586 X-Git-Tag: 2015-10~1632 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d5f664c6626c3cbcb482ff918b450ee83a3770f7;p=openembedded-core.git gstreamer1.0-plugins-base.inc: use x86 over-ride instead of i586 Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc index 06eac67be7..97e2949ff6 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc @@ -37,4 +37,4 @@ EXTRA_OECONF += " \ FILES_${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" -CACHED_CONFIGUREVARS_append_i586 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no" +CACHED_CONFIGUREVARS_append_x86 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no"