Changeset 174107 in webkit


Ignore:
Timestamp:
Sep 30, 2014 8:19:16 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Bump EFL version to 1.11.2
https://bugs.webkit.org/show_bug.cgi?id=137118

Patch by Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com> on 2014-09-30
Reviewed by Gyuyoung Kim.

Disable NEON for EFL build because the build system doesn't pass the necessary -mfpu=neon flag to the compiler.
Tools/efl/patches/ecore.patch: Removed, because this fix is already in EFL.

  • efl/jhbuild.modules:
  • efl/patches/ecore.patch: Removed.
Location:
trunk/Tools
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r174105 r174107  
     12014-09-30  Tibor Meszaros  <tmeszaros.u-szeged@partner.samsung.com>
     2
     3        [EFL] Bump EFL version to 1.11.2
     4        https://bugs.webkit.org/show_bug.cgi?id=137118
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Disable NEON for EFL build because the build system doesn't pass the necessary -mfpu=neon flag to the compiler.
     9        Tools/efl/patches/ecore.patch: Removed, because this fix is already in EFL.
     10
     11        * efl/jhbuild.modules:
     12        * efl/patches/ecore.patch: Removed.
     13
    1142014-09-30  Carlos Garcia Campos  <cgarcia@igalia.com>
    215
  • trunk/Tools/efl/jhbuild.modules

    r174005 r174107  
    162162
    163163  <autotools id="efl" autogen-sh="configure"
    164              autogenargs="--disable-fribidi --disable-audio --disable-libmount --disable-physics --enable-lua-old --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aaa">
     164             autogenargs="--disable-fribidi --disable-audio --disable-libmount --disable-physics --enable-lua-old --disable-neon --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba">
    165165    <dependencies>
    166166      <dep package="fontconfig"/>
     
    168168      <dep package="gst-plugins-base"/>
    169169    </dependencies>
    170     <branch module="rel/libs/efl/efl-1.9.2.tar.bz2" version="1.9.2"
     170    <branch module="rel/libs/efl/efl-1.11.2.tar.gz" version="1.11.2"
    171171            repo="download.enlightenment.org"
    172             hash="sha256:5dbeb99e1d26ccc74c9d054de5607a7e1020052b313c4b60c9a9794b45307501"
    173             md5sum="51222f49d8faa7e72f097075fec223f5">
    174       <patch file="ecore.patch" strip="1"/>
     172            hash="sha256:f3cc1cd2a77df114a7b76a7e77bc77e88c367ec49462047fca209ee622cb7288"
     173            md5sum="f1b23b9a4e2ae04a4c0f6d2f924093e9">
    175174      <patch file="ecore_remove_warnings.patch" strip="1"/>
    176175    </branch>
     
    191190             autogen-sh="configure"
    192191             autogenargs="--disable-emap --disable-eweather --with-elementary-web-backend=none">
    193     <branch module="rel/libs/elementary/elementary-1.9.2.tar.bz2" version="1.9.2"
     192    <branch module="rel/libs/elementary/elementary-1.11.2.tar.gz" version="1.11.2"
    194193            repo="download.enlightenment.org"
    195             hash="e1a8a77e5ff7ac934b5622131301787bc6cfc068b7117ffdbd5e1d855448f3cf"
    196             md5sum="0709699bd3b92660b946137f45c57add">
     194            hash="sha256:18f7e8fb63fcfd0d5abd213943c0c356b1270a94e20d44b8e6047b1cd0e53010"
     195            md5sum="f6939a24ffc50c2e4eac7ed38663f0f3">
    197196    </branch>
    198197    <dependencies>
Note: See TracChangeset for help on using the changeset viewer.