diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-11 12:24:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-12 15:00:46 +0100 |
commit | b36f998fc7b185e67d094fe59239f7a77167a9c4 (patch) | |
tree | 874b9d8fc1547d86871792d1a42b1fcac02d4467 /meta/recipes-sato/webkit/files/Makefile.shared | |
parent | 01552639c901223843b19410cb440c2da7726997 (diff) | |
download | poky-b36f998fc7b185e67d094fe59239f7a77167a9c4.tar.gz |
webkit-gtk: update SRCREV
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>
Diffstat (limited to 'meta/recipes-sato/webkit/files/Makefile.shared')
-rw-r--r-- | meta/recipes-sato/webkit/files/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/files/Makefile.shared b/meta/recipes-sato/webkit/files/Makefile.shared index aa9fa728d6..56ed9784ee 100644 --- a/meta/recipes-sato/webkit/files/Makefile.shared +++ b/meta/recipes-sato/webkit/files/Makefile.shared | |||
@@ -1,4 +1,4 @@ | |||
1 | SCRIPTS_PATH ?= ../WebKitTools/Scripts | 1 | SCRIPTS_PATH ?= ../Tools/Scripts |
2 | XCODE_OPTIONS = `perl -I$(SCRIPTS_PATH) -Mwebkitdirs -e 'print XcodeOptionString()'` $(ARGS) | 2 | XCODE_OPTIONS = `perl -I$(SCRIPTS_PATH) -Mwebkitdirs -e 'print XcodeOptionString()'` $(ARGS) |
3 | 3 | ||
4 | all: | 4 | all: |