summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-09-11 10:08:23 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-09-11 12:25:45 +0200
commitc38f5cba0b540d6387fb2b1bc13ba3b2b972d70c (patch)
treeb422b47b0d3064905c6ceb734b2b5d43ef43d9c7
parenteb82b4f0e40e6ef54320d1e7a8278a918ca7d15e (diff)
downloadmeta-openembedded-c38f5cba0b540d6387fb2b1bc13ba3b2b972d70c.tar.gz
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>
-rw-r--r--meta-efl/recipes-efl/efl/evas.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efl/recipes-efl/efl/evas.inc b/meta-efl/recipes-efl/efl/evas.inc
index 89ae1a47f..b0ec0cf75 100644
--- a/meta-efl/recipes-efl/efl/evas.inc
+++ b/meta-efl/recipes-efl/efl/evas.inc
@@ -8,7 +8,7 @@ DEPENDS_virtclass-native = "freetype-native libxext-native libpng-native jpeg-na
8inherit efl 8inherit efl
9 9
10BBCLASSEXTEND = "native" 10BBCLASSEXTEND = "native"
11INC_PR = "r0" 11INC_PR = "r1"
12FILESPATHPKG =. "${BPN}-${PV}:${BPN}:" 12FILESPATHPKG =. "${BPN}-${PV}:${BPN}:"
13 13
14python populate_packages_prepend () { 14python populate_packages_prepend () {
@@ -112,7 +112,6 @@ EVAS_OECONF = " \
112 --enable-convert-16-rgb-rot-90 \ 112 --enable-convert-16-rgb-rot-90 \
113 --disable-convert-16-rgb-rot-180 \ 113 --disable-convert-16-rgb-rot-180 \
114 --enable-convert-16-rgb-rot-270 \ 114 --enable-convert-16-rgb-rot-270 \
115 ${EVAS_CPU_TWEAKS} \
116" 115"
117 116
118# either sgx or 6410 atm 117# either sgx or 6410 atm
@@ -124,6 +123,7 @@ GLES ?= "sgx"
124# If the above sentence confuse you: everything is built and configured as before if you don't have the SDK 123# If the above sentence confuse you: everything is built and configured as before if you don't have the SDK
125 124
126EXTRA_OECONF = "${EVAS_OECONF} \ 125EXTRA_OECONF = "${EVAS_OECONF} \
126 ${EVAS_CPU_TWEAKS} \
127 --enable-pthreads \ 127 --enable-pthreads \
128 --enable-async-events \ 128 --enable-async-events \
129 --enable-async-preload \ 129 --enable-async-preload \