aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-29 21:45:18 +0200
committerKoen Kooi <koen@openembedded.org>2010-03-29 21:45:37 +0200
commit6a00236c4185e98d31c2db0667e56fcd7b9d6b9b (patch)
tree5bb4f9025753cbc92ea72d5cab36ff14a1e78431 /recipes/efl1
parent97a32c642853110dba9eea435fd0288952a7b84c (diff)
downloadopenembedded-6a00236c4185e98d31c2db0667e56fcd7b9d6b9b.tar.gz
ecore-native: disable curl again
* this avoids an error with curl internal checks that get triggered for some reason on 64 bit buildhosts
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/ecore_svn.bb17
1 files changed, 11 insertions, 6 deletions
diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb
index 5262c0c91f..83b424fedb 100644
--- a/recipes/efl1/ecore_svn.bb
+++ b/recipes/efl1/ecore_svn.bb
@@ -1,5 +1,5 @@
require ecore.inc
-PR = "r9"
+PR = "r10"
SRC_URI += "\
file://iconv.patch;patch=1;maxrev=43996 \
@@ -7,7 +7,7 @@ SRC_URI += "\
file://exit_uclibc.patch;patch=1 \
"
-EXTRA_OECONF = "\
+ECORE_OECONF = "\
--x-includes=${STAGING_INCDIR}/X11 \
--x-libraries=${STAGING_LIBDIR} \
--enable-simple-x11 \
@@ -24,7 +24,6 @@ EXTRA_OECONF = "\
--enable-ecore-ipc \
--enable-ecore-file \
--enable-inotify \
- --enable-curl \
--disable-ecore-desktop \
--disable-ecore-x-xcb \
--disable-ecore-directfb \
@@ -36,12 +35,18 @@ EXTRA_OECONF = "\
--disable-poll \
"
-# List of options which were different in ecore-native,
+EXTRA_OECONF = "${ECORE_OECONF} \
+ --enable-curl \
+"
+
+EXTRA_OECONF_virtclass-native = "\
+ ${ECORE_OECONF} \
+ --disable-curl \
+"
+# List of options which were different in ecore-native,
# I know it's SCM, but with missing -native.bb is much easier to check here
-#EXTRA_OECONF_virtclass-native = "\
# --disable-ecore-x \
# --enable-ecore-evas-fb \
# --disable-ecore-evas-x11-gl \
-# --disable-curl \
# --disable-ecore-imf \
# --disable-ecore-imf_evas \