mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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"
|
||||
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}"
|
||||
|
||||
Reference in New Issue
Block a user