[oe-commits] Martin Jansa : pixman: remove IWMMXT setting

git at git.openembedded.org git at git.openembedded.org
Tue Apr 17 18:20:40 UTC 2012


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Mon Apr 16 09:36:27 2012 +0000

pixman: remove IWMMXT setting

* khem moved it to oe-core and kept it here

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../xorg-lib/pixman_0.25.2.bbappend                |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend b/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend
index 4a26ba8..4798eec 100644
--- a/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend
+++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend
@@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
 DEPENDS += "perl-native"
 BBCLASSEXTEND += "native"
 
-PRINC = "7"
+PRINC := "${@int(PRINC) + 8}"
 
 SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch"
 
@@ -11,6 +11,4 @@ NEON = " --disable-arm-neon "
 NEON_armv7a = " "
 NEON_armv7a-vfp-neon = " "
 
-IWMMXT = " --disable-arm-iwmmxt "
-
-EXTRA_OECONF += "${NEON} ${IWMMXT}"
+EXTRA_OECONF += "${NEON}"





More information about the Openembedded-commits mailing list