[oe] [PATCH 0/3] Update webkit-efl

David Kozub zub at linux.fjfi.cvut.cz
Tue Jul 27 00:51:59 UTC 2010


Hi,

the following three patches contain the necessary changes to update the
webkit-efl recipe to a recent svn rev. 64079.

The first two patches are needed in order for the third one to work -
webkit-efl needs cmake 2.8 and checks CMAKE_SYSTEM_PROCESSOR value.

I eventually gave up on trying to merge the cmake native and non-native
recipes (mainly due to the fact that non-native cmake is built using
native cmake and uses inherit cmake). That's why only cmake-native_2.8.2 is
added.

Regards,
David


David Kozub (3):
  cmake-native: add recipe for cmake 2.8.2.
  cmake.bbclass: add CMAKE_SYSTEM_PROCESSOR into generated toolchain
    file
  webkit-efl: update to recent webkit-efl (r64079), package launcher
    too

 classes/cmake.bbclass                              |    1 +
 recipes/cmake/cmake-native_2.8.2.bb                |    5 +
 recipes/webkit/webkit-efl/CMakeLists.txt           |  121 ++++++++++++++++++++
 recipes/webkit/webkit-efl/cmakeconfig.h.cmake      |   40 +++++++
 .../webkit-efl/fix-build-with-newer-ecore.patch    |   10 --
 .../webkit-efl/fix-build-with-newer-evas.patch     |   26 ----
 .../webkit/webkit-efl/install-efl-launcher.patch   |   10 ++
 recipes/webkit/webkit-efl/set-so-version.patch     |   11 ++
 recipes/webkit/webkit-efl_git.bb                   |   24 ----
 recipes/webkit/webkit-efl_svn.bb                   |   46 ++++++++
 10 files changed, 234 insertions(+), 60 deletions(-)
 create mode 100644 recipes/cmake/cmake-native_2.8.2.bb
 create mode 100644 recipes/webkit/webkit-efl/CMakeLists.txt
 create mode 100644 recipes/webkit/webkit-efl/cmakeconfig.h.cmake
 delete mode 100644 recipes/webkit/webkit-efl/fix-build-with-newer-ecore.patch
 delete mode 100644 recipes/webkit/webkit-efl/fix-build-with-newer-evas.patch
 create mode 100644 recipes/webkit/webkit-efl/install-efl-launcher.patch
 create mode 100644 recipes/webkit/webkit-efl/set-so-version.patch
 delete mode 100644 recipes/webkit/webkit-efl_git.bb
 create mode 100644 recipes/webkit/webkit-efl_svn.bb





More information about the Openembedded-devel mailing list