From a6cc90e84c18b3b65ea81ba948d96eba9025d0fc Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 16 Apr 2012 09:36:27 +0000 Subject: pixman: remove IWMMXT setting * khem moved it to oe-core and kept it here Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta-oe/recipes-graphics/xorg-lib') 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 4a26ba85a..4798eecf3 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}" -- cgit v1.2.3-54-g00ecf