summaryrefslogtreecommitdiffstats
path: root/meta/packages/mozilla-headless/mozilla-headless_hg.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-17 15:37:57 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-17 15:37:57 +0100
commitaa16a97138329b6315506d403d0712002fc9347f (patch)
treef4f6e7610b71b70ea242d3a5bae5445d3adc6904 /meta/packages/mozilla-headless/mozilla-headless_hg.bb
parent865381df6e8f69a88af01bcfe01ed7b900d6281d (diff)
downloadpoky-aa16a97138329b6315506d403d0712002fc9347f.tar.gz
mozilla-headless: Add patch to remove bad rpath-link options from the linker commands
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/mozilla-headless/mozilla-headless_hg.bb')
-rw-r--r--meta/packages/mozilla-headless/mozilla-headless_hg.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/mozilla-headless/mozilla-headless_hg.bb b/meta/packages/mozilla-headless/mozilla-headless_hg.bb
index 73a12a81b1..fb24cd9ef4 100644
--- a/meta/packages/mozilla-headless/mozilla-headless_hg.bb
+++ b/meta/packages/mozilla-headless/mozilla-headless_hg.bb
@@ -5,10 +5,11 @@ SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;rev=${FIXEDREV};module=of
5 file://configurefix.patch;patch=1 \ 5 file://configurefix.patch;patch=1 \
6 file://0001-Adds-initial-Gtk-clipboard-support-to-moz-headless.patch;patch=1 \ 6 file://0001-Adds-initial-Gtk-clipboard-support-to-moz-headless.patch;patch=1 \
7 file://mozilla-jemalloc.patch;patch=1 \ 7 file://mozilla-jemalloc.patch;patch=1 \
8 file://removebadrpath.patch;patch=1 \
8 file://jsautocfg.h \ 9 file://jsautocfg.h \
9 file://mozconfig" 10 file://mozconfig"
10PV = "0.0+hg-1.0+${FIXEDREV}" 11PV = "0.0+hg-1.0+${FIXEDREV}"
11PR = "r3" 12PR = "r5"
12 13
13S = "${WORKDIR}/offscreen" 14S = "${WORKDIR}/offscreen"
14 15