[oe-commits] Andre McCurdy : lame: 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: 70dc96627d9a812e8f28a8b660b13f955bb4f374
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=70dc96627d9a812e8f28a8b660b13f955bb4f374

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

lame: 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/lame/lame_3.99.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb b/meta/recipes-multimedia/lame/lame_3.99.5.bb
index d0e8872..0477611 100644
--- a/meta/recipes-multimedia/lame/lame_3.99.5.bb
+++ b/meta/recipes-multimedia/lame/lame_3.99.5.bb
@@ -27,4 +27,4 @@ FILES_libmp3lame = "${libdir}/libmp3lame.so.*"
 FILES_libmp3lame-dev = "${includedir} ${libdir}/*"
 FILES_${PN}-dev = ""
 
-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