[oe-commits] Andre McCurdy : gstreamer1.0-plugins-base.inc: use x86 over-ride instead of i586

git at git.openembedded.org git at git.openembedded.org
Mon Jun 8 16:34:51 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: d5f664c6626c3cbcb482ff918b450ee83a3770f7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d5f664c6626c3cbcb482ff918b450ee83a3770f7

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Thu Jun  4 12:24:47 2015 -0700

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 <armccurdy at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
index 06eac67..97e2949 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"



More information about the Openembedded-commits mailing list