summaryrefslogtreecommitdiff
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)
downloadopenembedded-core-aa16a97138329b6315506d403d0712002fc9347f.tar.gz
openembedded-core-aa16a97138329b6315506d403d0712002fc9347f.tar.bz2
openembedded-core-aa16a97138329b6315506d403d0712002fc9347f.tar.xz
openembedded-core-aa16a97138329b6315506d403d0712002fc9347f.zip
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 73a12a81b..fb24cd9ef 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
file://configurefix.patch;patch=1 \
file://0001-Adds-initial-Gtk-clipboard-support-to-moz-headless.patch;patch=1 \
file://mozilla-jemalloc.patch;patch=1 \
+ file://removebadrpath.patch;patch=1 \
file://jsautocfg.h \
file://mozconfig"
PV = "0.0+hg-1.0+${FIXEDREV}"
-PR = "r3"
+PR = "r5"
S = "${WORKDIR}/offscreen"