summaryrefslogtreecommitdiffstats
path: root/meta/packages/mozilla-headless
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-05-19 16:00:19 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-05-19 16:00:19 +0100
commit7d2f5ce9e741c78f46ead3cbd41394b39b1dbdde (patch)
tree424ca99cda06d2c10333e4a9a2188b865d34441c /meta/packages/mozilla-headless
parent40afa0a86447f372e477c1d34b0141663484721d (diff)
downloadpoky-7d2f5ce9e741c78f46ead3cbd41394b39b1dbdde.tar.gz
mozilla-headless: Bump revision used
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/mozilla-headless')
-rw-r--r--meta/packages/mozilla-headless/mozilla-headless-services_git.bb2
-rw-r--r--meta/packages/mozilla-headless/mozilla-headless_hg.bb11
2 files changed, 10 insertions, 3 deletions
diff --git a/meta/packages/mozilla-headless/mozilla-headless-services_git.bb b/meta/packages/mozilla-headless/mozilla-headless-services_git.bb
index cb538ee3fb..9757238eb0 100644
--- a/meta/packages/mozilla-headless/mozilla-headless-services_git.bb
+++ b/meta/packages/mozilla-headless/mozilla-headless-services_git.bb
@@ -5,6 +5,8 @@ PR = "r1"
5 5
6DEPENDS = "glib-2.0 dbus mozilla-headless" 6DEPENDS = "glib-2.0 dbus mozilla-headless"
7 7
8EXTRA_OECONF = "--enable-gnome-proxy"
9
8S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
9 11
10FILES_${PN} += "${datadir}/dbus-1/services" 12FILES_${PN} += "${datadir}/dbus-1/services"
diff --git a/meta/packages/mozilla-headless/mozilla-headless_hg.bb b/meta/packages/mozilla-headless/mozilla-headless_hg.bb
index 33f857be6b..e8351703c7 100644
--- a/meta/packages/mozilla-headless/mozilla-headless_hg.bb
+++ b/meta/packages/mozilla-headless/mozilla-headless_hg.bb
@@ -1,9 +1,11 @@
1 1
2SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;rev=75786cabae7f;module=offscreen \ 2FIXEDREV = "f4348fd85697"
3
4SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;rev=${FIXEDREV};module=offscreen \
3 file://configurefix.patch;patch=1 \ 5 file://configurefix.patch;patch=1 \
4 file://jsautocfg.h \ 6 file://jsautocfg.h \
5 file://mozconfig" 7 file://mozconfig"
6PV = "0.0+hg-1.0+75786cabae7f" 8PV = "0.0+hg-1.0+${FIXEDREV}"
7PR = "r0" 9PR = "r0"
8 10
9S = "${WORKDIR}/offscreen" 11S = "${WORKDIR}/offscreen"
@@ -39,7 +41,10 @@ do_install_append () {
39 echo ${libdir}/xulrunner-1.9.2a1pre/ > ${D}${sysconfdir}/ld.so.conf.d/mozilla-headless 41 echo ${libdir}/xulrunner-1.9.2a1pre/ > ${D}${sysconfdir}/ld.so.conf.d/mozilla-headless
40} 42}
41 43
42EXTRA_OECONF =+ "--enable-application=xulrunner --enable-default-toolkit=cairo-headless --enable-pango --disable-optimize --enable-debug --disable-tests --disable-printing --disable-crashreporter --disable-accessibility --disable-javaxpcom --enable-plugins --enable-system-sqlite --disable-necko-wifi" 44EXTRA_OECONF =+ "--enable-application=xulrunner --enable-default-toolkit=cairo-headless \
45 --enable-pango --disable-optimize --disable-debug --disable-tests \
46 --disable-printing --disable-crashreporter --disable-accessibility \
47 --disable-javaxpcom --enable-plugins --enable-system-sqlite --disable-necko-wifi"
43 48
44export LIBXUL_DIST="${S}/dist" 49export LIBXUL_DIST="${S}/dist"
45 50