diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
commit | 3937c88166a493900a694ea8fe53b860f4099d83 (patch) | |
tree | 57597245b6efd4cf27c1f4c9ff21c0515e530c15 /recipes/efl1/ecore_svn.bb | |
parent | df2ace6d59e22b42e50bcf4e8a9c92b580602c2e (diff) | |
parent | 3510d2ed15a4b477aa7af802a839e11a87b981ed (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/efl1/ecore_svn.bb')
-rw-r--r-- | recipes/efl1/ecore_svn.bb | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb index 178e9e95f3..5262c0c91f 100644 --- a/recipes/efl1/ecore_svn.bb +++ b/recipes/efl1/ecore_svn.bb @@ -1,9 +1,11 @@ require ecore.inc -PR = "r7" +PR = "r9" -SRC_URI += "file://iconv.patch;patch=1;maxrev=43996 \ - file://exit_uclibc.patch;patch=1 \ - " +SRC_URI += "\ + file://iconv.patch;patch=1;maxrev=43996 \ + file://exit_uclibc_dns.patch;patch=1;maxrev=47076 \ + file://exit_uclibc.patch;patch=1 \ +" EXTRA_OECONF = "\ --x-includes=${STAGING_INCDIR}/X11 \ @@ -33,3 +35,13 @@ EXTRA_OECONF = "\ --disable-openssl \ --disable-poll \ " + +# 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 \ |