summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit
Commit message (Collapse)AuthorAgeFilesLines
* webkit-gtk: disable JIT for armv5/armv6Cristian Iorga2015-03-251-0/+2
| | | | | | | | | | | | | | JIT for JS causes webkit to crash for ARM v5 and ARM v6 arch, so disable it for now. TODO: re-evaluate after webkit-gtk upgrade. Fixes [YOCTO #6931]. (From OE-Core rev: c68bac145af0d754ba9497a42925253e9049da45) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* arch-mips.inc: Change definition of TRANSLATED_TARGET_ARCHMark Hatle2015-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | [YOCTO #7230] In certain system configurations TRANSLATED_TARGET_ARCH will not expand in the right order for gcc-cross-candian-mips64n32 to be generated properly. This will cause SDKs to fail to generate properly. Changing the global definition of TRANSLATED_TARGET_ARCH always expands the ABIEXTENSION, which causes the OVERRIDES to pick it up as well. This effectively defines a new class of overrides for the 'n32'. The side effect is that we need to duplicate some mips64 overrides, and redefine others that were previously 'n32' or 'mips64' exclusive to have the correct semantics. (From OE-Core rev: 4b3a2b703b20583bd107f00a297d972e9bfb514a) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Globally replace 'base_contains' calls with 'bb.utils.contains'Otavio Salvador2014-04-251-2/+2
| | | | | | | | | | | The base_contains is kept as a compatibility method and we ought to not use it in OE-Core so we can remove it from base metadata in future. (From OE-Core rev: d83b16dbf0862be387f84228710cb165c6d2b03b) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: Fix separate builddir supportRichard Purdie2014-02-281-1/+1
| | | | | | | | (From OE-Core rev: c69a23c4fd38b0d8bc664ec8145905a6a7f29038) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Replace one-line DESCRIPTION with SUMMARYPaul Eggleton2014-01-021-1/+1
| | | | | | | | | | | | | | A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. (From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit/midori: block to build webkit on mips64 with libn32 ABIRoy Li2013-11-301-1/+1
| | | | | | | | | | | To mips64 libn32, The HOST_SYS is mips64-*-linux-gnun32, the COMPATIBLE_HOST is mips64.*-linux, the regular expression matching both will return true. so append the ending position word into COMPATIBLE_HOST to make match failure (From OE-Core rev: f5c4d18c1b0d8a252abb3b1f67f05a1689b3ea67) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit/midori: fix COMPATIBLE_HOSTRoy Li2013-11-251-2/+2
| | | | | | | | | | webkit can not be built on mips64 with n32 ABI, but can be built on mips64 n64 and o32 ABI whose TARGET_SYS's name is mips-*-linux (From OE-Core rev: 66cf1cc01b8e4f6284e13d57d9fdcb9f228a6846) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: limit ld memory requirementJoe Slater2013-09-241-0/+4
| | | | | | | | | | Add --no-keep-memory to LDFLAGS. (From OE-Core rev: 223ee6bb7447dd64e9c407415675261cc1fdb6f4) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: remove compile-three-times hackRoss Burton2013-09-171-20/+0
| | | | | | | | | | Remove the hack to handle Make 3.82 which ran make three times, as we sanity check Make and refuse to build with the broken release. (From OE-Core rev: dccd55eaeaee123238372c02c34d476d68816232) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit: set COMPATIBLE_HOST for mips64Kang Kai2013-07-101-0/+3
| | | | | | | | | | | webkit packages can NOT be built for mips64 with 64 bit userspace. Set COMPATIBLE_HOST to to block them build for such platform. (From OE-Core rev: 0d2ed6bca55319195b5efd74eac83a459bf58ee8) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: add aarch64 supportRiku Voipio2013-07-022-0/+42
| | | | | | | | | | Add patch from meta-linaro to compile webkit on aarch64. (From OE-Core rev: 0edc61b9a38f93f06098b929662db6c3ce68670d) Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: Support build on mips64Khem Raj2013-06-172-0/+70
| | | | | | | | (From OE-Core rev: 3dd21bc6f70a2b157936257c9673dee6ce7f90bd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: remove gnome-keyring dependencyRoss Burton2013-04-291-1/+1
| | | | | | | | | | | The direct use of gnome-keyring was removed back in 1.1.13, so remove the dependency. (From OE-Core rev: 6389b4c6c58def894bd895e797c2d579439f69d5) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: replace obsolete automake macros with working onesMarko Lindqvist2013-02-222-1/+16
| | | | | | | | | | | | | Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Removed AM_PROG_CC_STDC. AC_PROG_CC to replace it was already present. (From OE-Core rev: fd3586cfa620299ba2544ce16e140956b5171ae5) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: update to upstream version 1.8.3Marko Lindqvist2013-02-151-3/+3
| | | | | | | | (From OE-Core rev: 570e5e20623031ad03cce470fc3d94d9a5b05827) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: fix build with bison-2.6+Martin Jansa2012-12-312-1/+560
| | | | | | | | | | * bison was upgraded to 2.7 in oe-core (From OE-Core rev: f116dc32240e2f2d3c6e9bc8bc3320862f5116d3) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa2012-09-191-1/+1
| | | | | | | | (From OE-Core rev: 211200fb98a72ba815e7c411fbebfd781879064c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: work around Make bug by re-running makeRoss Burton2012-09-121-0/+22
| | | | | | | | | | | | | | | | | | GNU make 3.82 has a bug where it drops required dependencies. https://bugs.webkit.org/show_bug.cgi?id=79498 is the WebKitGTK+ bug, and http://savannah.gnu.org/bugs/?30653 is the GNU Make bug. Work around this by running make again if it fails just in case the failure is due to the bug. Based on a patch by Andreas Müller <schnitzeltony@googlemail.com>. [ YOCTO #2816 ] (From OE-Core rev: af5bdc8ca413d6cabeb4f4b4c5836912a17f28be) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: update to 1.8.2Andreas Müller2012-08-171-6/+2
| | | | | | | | | | | run tested with midori 0.4.5: * google maps * google mail (https) (From OE-Core rev: 8a2ecf231851ae0c4bde0c4edb43c64883b91c5c) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: Replace superfluous "+=" with "=", and add leading spaceRobert P. J. Day2012-07-261-2/+2
| | | | | | | | (From OE-Core rev: 201fa631175bb0a32c53922c630d403493e61bad) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: cleanup thanks to new gtk-doc.bbclassRoss Burton2012-07-221-2/+3
| | | | | | | (From OE-Core rev: 56011bb732950da207ab55a891aa8fc228a9f5e9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: bump PRRoss Burton2012-07-201-0/+2
| | | | | | | | | | Accidently ommitted the PR bump from the previous patches, which change the build. (From OE-Core rev: 294b34416921ed6ff5dd800656b44552561beb09) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: remove spurious install_prepend hackRoss Burton2012-07-181-4/+0
| | | | | | | | | | This "fix" causes an (ignored) error now, so at some point it was fixed. (From OE-Core rev: 03690060fe13e083723a572ec0438a1381e418db) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: remove no-parallel bodgeRoss Burton2012-07-181-5/+0
| | | | | | | | | | | | | | | | This workaround was originally for GNU Make 3.82 which upstream was blaming for a parallel build failure. Since then I've changed numerous variables and now parallel builds are working with 3.82 (and succeed in 20 minutes instead of 2 hours). Revert the change until we've more data about what causes the breakage, then we can bring it back with more finesse. (From OE-Core rev: 90ca88a6f9dd5e2bc055739f84cb224f9a82455a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: remove svn recipeRoss Burton2012-07-1711-2090/+0
| | | | | | | (From OE-Core rev: ecb18e2b6a8fc16b323f93c62ed5ff5b080c5dd0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: add 1.8.1 recipe from tarballRoss Burton2012-07-172-0/+123
| | | | | | | | | License checksums changed as new years were added. (From OE-Core rev: e6c5f1edcccfc78259caac853361c14ebe6d2677) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webgit-gtk: fix build with automake 1.12.1Nitin A Kamble2012-07-172-0/+63
| | | | | | | | | | | | | Added a new patch: webgit-gtk_fix_build_with_automake_1.12.patch More comments in the patch header. (From OE-Core rev: f3ea68cdd2559d84d5b2cd95323d186fff14c7b7) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Update proto -> protocol for recipesSaul Wold2012-07-171-3/+3
| | | | | | | (From OE-Core rev: 247fbed5a93800c44dc36e403f13bdc8dd704553) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: remove /usr/libexec since it's emptySaul Wold2012-06-211-1/+5
| | | | | | | | | This was discovered due to the package reorganization (From OE-Core rev: be98b49552e2256b5278e795cdf69245b9559da6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: Apply work around for all PowerPC targetsGary Thomas2012-06-131-6/+9
| | | | | | | | | | | | | | The current patch for bug #1570 only applies to qemuppc but should be applicable for all PowerPC targets. Also update the patch so that only one language backend, either ICU or PANGO, is built. Also remove some old customizations (dependencies on darwin) as these should now be handled in a layer specific .bbappend file. (From OE-Core rev: 2782caf0f07f61cab92d2981c5e82914f22bd700) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: Use glib as unicode backend to avoid browser crashZhai Edwin2012-05-301-1/+9
| | | | | | | | | | | | | webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and target system owns different endian. ICU's community is not responsive to make a patch for this, so glib is used as work around here. [YOCTO #1570] got fixed (From OE-Core rev: e3113827810e98eb1b012f0b280fb917199704c1) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit: Fix build with gcc-4.7Khem Raj2012-04-042-1/+23
| | | | | | | | | | Include unistd.h for all linux and not just for android. (From OE-Core rev: c870606c9da2fa90df2cd7c4a198e3bf5340304b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-211-1/+1
| | | | | | | (From OE-Core rev: 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: Make webgl support configurable via DISTRO_FEATURES.Peter Tworek2012-02-081-1/+3
| | | | | | | | | | | | * Add missing dependency on virtual/libgl. * Make webgl configurable via DISTRO_FEATURES="opengl". * Run tested on netbook pro. (From OE-Core rev: 9500ef3f5fae07c1592e8208bb306c1148e49418) Signed-off-by: Peter Tworek <tworaz666@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: Fix error.html resource path.Peter Tworek2012-02-081-2/+2
| | | | | | | | (From OE-Core rev: cb0e0e3de421e2dd8335765adb3c0e442177bb9a) Signed-off-by: Peter Tworek <tworaz666@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk svn: update to r101488Koen Kooi2012-01-034-210/+232
| | | | | | | | | tested on beagleboard/angstrom with midori and epiphany browsers (From OE-Core rev: c8c9a17ae2603ccb34641d4188850a18e6ce6096) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: force arm mode to work around binutils segfaultMartin Jansa2011-11-151-1/+18
| | | | | | | | | * this is just work around, would be better to fix in toolchain (From OE-Core rev: 2df59dad90f31aa48113ad8afe1af084b71a6a2c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: Enable dependency tracking since the webkit makefiles have bugsRichard Purdie2011-10-061-0/+2
| | | | | | (From OE-Core rev: cc626b9e1671670a931ea3e528ea4b0f7b2e923b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: update SRCREVKoen Kooi2011-07-127-220/+454
| | | | | | | | | | | | | | | | | | | | | The layout of the repository has changed, so we need to account for that: * fixed license checksums * fixed SRC_URI * fixed SRCREV_FORMAT PCRE is gone, so no need for the dftables hack anymore But most importantly, this fixes the crash issues when using javascript (e.g. github.com) Tested on: * usrp-e1xx/angstrom-2011.07 (From OE-Core rev: 7df4f5f3d64f1f60814cea60d83270be7bfa4f2c) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: fix packagingKoen Kooi2011-06-301-4/+5
| | | | | | | | | Somewhere in the past webkit changed from webkit-x to webkitgtk-x but the person updating the recipe didn't catch that (From OE-Core rev: f69d1d68f9cc743d6bf4a263070350fd8dad5f4a) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnome-vfs: remove gnome-vfs as it is deprecated in favour of GVFS and GIOZhai Edwin2011-06-221-1/+1
| | | | | | | | | Remove unnecessary dependency via configure option and make oprofileui use GIO (From OE-Core rev: ad5481f6348d1bc504729efd4321bf1fcac4083b) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: should depend on perl-native-runtime rather than perl-nativeDexuan Cui2011-06-091-3/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* recipes: Add Upstream-Status to multiple recipesZhai Edwin2011-05-132-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gtk+: Add Upstream-Status ed: Add Upstream-Status gnome-common: Add Upstream-Status libmatchbox: Add Upstream-Status matchbox-wm: Add Upstream-Status x11vnc: Add Upstream-Status xtscal: Add Upstream-Status eds-dbus: Add Upstream-Status matchbox-desktop: Add Upstream-Status matchbox-keyboard: Add Upstream-Status matchbox-stroke: Add Upstream-Status matchbox-theme-sato: Add Upstream-Status owl-video-widget: Add Upstream-Status beecrypt: Add Upstream-Status gnome-icon-theme: Add Upstream-Status tslib: Add Upstream-Status libowl-av: Add Upstream-Status sato-icon-theme: Add Upstream-Status web-webkit: Add Upstream-Status metacity: Add Upstream-Status apr: Add Upstream-Status gdk-pixbuf: Add Upstream-Status pcmanfm: Add Upstream-Status gpgme: Add Upstream-Status eee-acpi-scripts: Add Upstream-Status libgalago: Add Upstream-Status python-pygtk: Add Upstream-Status gnome-mime-data: Add Upstream-Status clutter: Add Upstream-Status clutter-gtk: Add Upstream-Status tidy: Add Upstream-Status mutter: Add Upstream-Status xcursor-transparent-theme: Add Upstream-Status leafpad: Add Upstream-Status matchbox-config-gtk: Add Upstream-Status contacts: Add Upstream-Status dates: Add Upstream-Status web: Add Upstream-Status webkit: Add Upstream-Status - Also removed empty fix_im.patch apr-util: Add Upstream-Status libcroco: Add Upstream-Status liboil: Add Upstream-Status libxslt: Add Upstream-Status libglade: Add Upstream-Status gnome-terminal: Add Upstream-Status xev: Add Upstream-Status claws-mail: Add Upstream-Status clipboard-manager: Add Upstream-Status epdfview: Add Upstream-Status kf: Add Upstream-Status qemu: Add Upstream-Status clutter-gst: Add Upstream-Status table: Add Upstream-Status matchbox-panel-2: Add Upstream-Status (From OE-Core rev: 10bdb737c2c4c6996fd035849109a1e07580a6b9) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-default-revisions: move the SRCREV to recipe fileYu Ke2011-05-041-0/+1
| | | | | | | | | in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: upgrade to 1.3.7Zhai Edwin2011-01-276-702/+182
| | | | | | Also update some local files from upstream, and add nodolt.patch to fix build error. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* recpies: use SRCPV instead of SRCREV for PVYu Ke2011-01-061-1/+1
| | | | | | | | SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-0110-0/+2309
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
OpenPOWER on IntegriCloud