evas: move EVAS_CPU_TWEAKS to target EXTRA_OECONF

* it was causing different sstate checksum for evas-native
  $ bitbake-diffsigs
    stamps.1347348593/nokia900/x86_64-linux/evas-native-2_1.7.0-r0.0.do_configure.sigdata.cc8b80e938b87ad1bb8d6ded52ef941f
    stamps.1347348593/om-gta02/x86_64-linux/evas-native-2_1.7.0-r0.0.do_configure.sigdata.e6143417eb7ea0ebd0ab299ce5a024ea
      basehash changed from f453b3bdd276ffd49445d1c81e2962e8 to 3a244a9f14657439d5b4a8c7d609b087
      Variable EVAS_CPU_TWEAKS value changed from --disable-cpu-neon to

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-09-11 10:08:23 +02:00
parent eb82b4f0e4
commit c38f5cba0b
+2 -2
View File
@@ -8,7 +8,7 @@ DEPENDS_virtclass-native = "freetype-native libxext-native libpng-native jpeg-na
inherit efl inherit efl
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"
INC_PR = "r0" INC_PR = "r1"
FILESPATHPKG =. "${BPN}-${PV}:${BPN}:" FILESPATHPKG =. "${BPN}-${PV}:${BPN}:"
python populate_packages_prepend () { python populate_packages_prepend () {
@@ -112,7 +112,6 @@ EVAS_OECONF = " \
--enable-convert-16-rgb-rot-90 \ --enable-convert-16-rgb-rot-90 \
--disable-convert-16-rgb-rot-180 \ --disable-convert-16-rgb-rot-180 \
--enable-convert-16-rgb-rot-270 \ --enable-convert-16-rgb-rot-270 \
${EVAS_CPU_TWEAKS} \
" "
# either sgx or 6410 atm # either sgx or 6410 atm
@@ -124,6 +123,7 @@ GLES ?= "sgx"
# If the above sentence confuse you: everything is built and configured as before if you don't have the SDK # If the above sentence confuse you: everything is built and configured as before if you don't have the SDK
EXTRA_OECONF = "${EVAS_OECONF} \ EXTRA_OECONF = "${EVAS_OECONF} \
${EVAS_CPU_TWEAKS} \
--enable-pthreads \ --enable-pthreads \
--enable-async-events \ --enable-async-events \
--enable-async-preload \ --enable-async-preload \