diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-19 16:00:19 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-19 16:00:19 +0100 |
commit | 7d2f5ce9e741c78f46ead3cbd41394b39b1dbdde (patch) | |
tree | 424ca99cda06d2c10333e4a9a2188b865d34441c /meta/packages/mozilla-headless | |
parent | 40afa0a86447f372e477c1d34b0141663484721d (diff) | |
download | poky-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.bb | 2 | ||||
-rw-r--r-- | meta/packages/mozilla-headless/mozilla-headless_hg.bb | 11 |
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 | ||
6 | DEPENDS = "glib-2.0 dbus mozilla-headless" | 6 | DEPENDS = "glib-2.0 dbus mozilla-headless" |
7 | 7 | ||
8 | EXTRA_OECONF = "--enable-gnome-proxy" | ||
9 | |||
8 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
9 | 11 | ||
10 | FILES_${PN} += "${datadir}/dbus-1/services" | 12 | FILES_${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 | ||
2 | SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;rev=75786cabae7f;module=offscreen \ | 2 | FIXEDREV = "f4348fd85697" |
3 | |||
4 | SRC_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" |
6 | PV = "0.0+hg-1.0+75786cabae7f" | 8 | PV = "0.0+hg-1.0+${FIXEDREV}" |
7 | PR = "r0" | 9 | PR = "r0" |
8 | 10 | ||
9 | S = "${WORKDIR}/offscreen" | 11 | S = "${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 | ||
42 | EXTRA_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" | 44 | EXTRA_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 | ||
44 | export LIBXUL_DIST="${S}/dist" | 49 | export LIBXUL_DIST="${S}/dist" |
45 | 50 | ||