[oe-commits] Andre McCurdy : x264: use x86 over-ride instead of i586

git at git.openembedded.org git at git.openembedded.org
Tue Jun 9 16:12:51 UTC 2015


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

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

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

diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index 0e856b3..105ccae 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -51,5 +51,5 @@ do_install() {
 }
 
 # PIC can't be enabled for 32-bit x86
-INSANE_SKIP_${PN}_append_i586 = " textrel"
+INSANE_SKIP_${PN}_append_x86 = " textrel"
 



More information about the Openembedded-commits mailing list