mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
pixman: remove IWMMXT setting
* khem moved it to oe-core and kept it here Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
|
|||||||
DEPENDS += "perl-native"
|
DEPENDS += "perl-native"
|
||||||
BBCLASSEXTEND += "native"
|
BBCLASSEXTEND += "native"
|
||||||
|
|
||||||
PRINC = "7"
|
PRINC := "${@int(PRINC) + 8}"
|
||||||
|
|
||||||
SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch"
|
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 = " "
|
||||||
NEON_armv7a-vfp-neon = " "
|
NEON_armv7a-vfp-neon = " "
|
||||||
|
|
||||||
IWMMXT = " --disable-arm-iwmmxt "
|
EXTRA_OECONF += "${NEON}"
|
||||||
|
|
||||||
EXTRA_OECONF += "${NEON} ${IWMMXT}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user