diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2013-09-05 12:37:02 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-08 22:50:06 +0200 |
commit | 52fcc6a256bcfd541486257bfd05ff12d47aef75 (patch) | |
tree | 2314d214305822a55a554b0d967973283794024c /package/webkit/webkit-disable-docrebase.patch | |
parent | 62146ea3ad78b74d0c17c0fbeaffa2be51070424 (diff) | |
download | buildroot-52fcc6a256bcfd541486257bfd05ff12d47aef75.tar.gz buildroot-52fcc6a256bcfd541486257bfd05ff12d47aef75.zip |
webkit: Version bump to 1.11.5
Also apply the following patches:
- upstream fix for 32-bit autotools
- upstream fix for conditional gstreamer build of gtklauncher
- upstream fix for detecting the latest harfbuzz
- Update existing patch for disabling docs
- Update existing patch for execinfo_h
- upstream patch for the MIPS DFG support. This fixes
compilation problems on MIPS.
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/webkit/webkit-disable-docrebase.patch')
-rw-r--r-- | package/webkit/webkit-disable-docrebase.patch | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/package/webkit/webkit-disable-docrebase.patch b/package/webkit/webkit-disable-docrebase.patch index 77b9d1cce5..2692d617a4 100644 --- a/package/webkit/webkit-disable-docrebase.patch +++ b/package/webkit/webkit-disable-docrebase.patch @@ -2,12 +2,13 @@ This patch prevents documentation from being rebased or installed. This prevents an error when gtk-doc --rebase is called. Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> ----- -Index: webkit-1.9.6/Tools/GNUmakefile.am +Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> + +Index: webkit-1.11.5/Tools/GNUmakefile.am =================================================================== ---- webkit-1.9.6.orig/Tools/GNUmakefile.am 2012-08-06 07:34:49.000000000 -0500 -+++ webkit-1.9.6/Tools/GNUmakefile.am 2013-05-28 21:29:54.135112927 -0500 -@@ -262,6 +262,8 @@ +--- webkit-1.11.5.orig/Tools/GNUmakefile.am ++++ webkit-1.11.5/Tools/GNUmakefile.am +@@ -308,6 +308,8 @@ EXTRA_DIST += \ Tools/Scripts/webkit-build-directory \ Tools/Scripts/webkitdirs.pm @@ -16,7 +17,7 @@ Index: webkit-1.9.6/Tools/GNUmakefile.am docs: docs-build.stamp .PHONY : docs DISTCLEANFILES += docs-build.stamp -@@ -362,7 +364,6 @@ +@@ -412,7 +414,6 @@ if ENABLE_WEBKIT2 rm -rf $${installdir} endif |