[oe-commits] Koen Kooi : ecore-native: disable curl again

git version control git at git.openembedded.org
Mon Mar 29 19:46:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6a00236c4185e98d31c2db0667e56fcd7b9d6b9b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6a00236c4185e98d31c2db0667e56fcd7b9d6b9b

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Mar 29 21:45:18 2010 +0200

ecore-native: disable curl again

* this avoids an error with curl internal checks that get triggered for some reason on 64 bit buildhosts

---

 recipes/efl1/ecore_svn.bb |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb
index 5262c0c..83b424f 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 \





More information about the Openembedded-commits mailing list