summaryrefslogtreecommitdiff
path: root/meta/recipes-sato/webkit/files/Makefile
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-11 12:24:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-12 14:46:54 +0100
commit7df4f5f3d64f1f60814cea60d83270be7bfa4f2c (patch)
treee12c5d4503111841a0f11c262c16633b5b73ff1c /meta/recipes-sato/webkit/files/Makefile
parent20f591da0954b996933210934812777e096a5413 (diff)
downloadopenembedded-core-7df4f5f3d64f1f60814cea60d83270be7bfa4f2c.tar.gz
openembedded-core-7df4f5f3d64f1f60814cea60d83270be7bfa4f2c.tar.bz2
openembedded-core-7df4f5f3d64f1f60814cea60d83270be7bfa4f2c.tar.xz
openembedded-core-7df4f5f3d64f1f60814cea60d83270be7bfa4f2c.zip
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 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')
-rw-r--r--meta/recipes-sato/webkit/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/files/Makefile b/meta/recipes-sato/webkit/files/Makefile
index cdee9da7a..065f88f47 100644
--- a/meta/recipes-sato/webkit/files/Makefile
+++ b/meta/recipes-sato/webkit/files/Makefile
@@ -1,4 +1,4 @@
-MODULES = JavaScriptCore JavaScriptGlue ANGLE WebCore WebKit WebKit2 WebKitTools
+MODULES = Source/JavaScriptCore Source/JavaScriptGlue Source/ThirdParty/ANGLE Source/WebCore Source/WebKit Source/WebKit2 Tools
all:
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \