summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2013-09-13 23:28:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-24 17:24:14 +0100
commit1146eeb5b79e7437718495ee820bde059a75db3c (patch)
treeb5ae73a60a544ae22d12d01ec538d770e69379e3 /meta/recipes-sato
parent1917544d2f554a68f853fcd5d4c475f3567021cb (diff)
downloadast2050-yocto-poky-1146eeb5b79e7437718495ee820bde059a75db3c.zip
ast2050-yocto-poky-1146eeb5b79e7437718495ee820bde059a75db3c.tar.gz
webkit-gtk: limit ld memory requirement
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>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
index 30b39d2..adab4fa 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
@@ -58,6 +58,10 @@ CPPFLAGS_append_powerpc = " -I${STAGING_INCDIR}/pango-1.0 \
-I${STAGING_LIBDIR}/glib-2.0/include \
-I${STAGING_INCDIR}/glib-2.0"
+# ld can run out of memory linking libwebkitgtk!
+#
+LDFLAGS += "-Wl,--no-keep-memory"
+
EXTRA_AUTORECONF = " -I Source/autotools "
OpenPOWER on IntegriCloud