diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-03-03 12:05:33 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-03-03 12:05:33 -0700 |
commit | 679a2367acde02f76f43f446c56c1eefed4e69c0 (patch) | |
tree | f97b3a6ce9f22fb4ad39e52a43bf560bf5e65c12 /recipes/mozilla/firefox_hg.bb | |
parent | b9601a21e733d20d2dbf805609aca4b2cdc57bf1 (diff) |
firefox: Perform a number of cleanups and fix consistency issues.
- parallel builds need to happen via MOZ_MAKE_FLAGS and it gripes if still
passed -jN, so keep the old value before we clear it.
- Move the HOST_LIBIDL stuff into configure, otherwise bad things happen when
you don't have pkg-config on the build host.
- Prior to 3.6, wireless-tools can be, or not be built already and the Necko
wifi options deals. With how 3.6 is configured, it must be disabled or
DEPENDED on. For consistency, turn it off.
- In 3.5 and newer, libnotify can be used, add it to DEPENDS (could be
disabled).
- Because of both of the above, bump PR.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/mozilla/firefox_hg.bb')
-rw-r--r-- | recipes/mozilla/firefox_hg.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/mozilla/firefox_hg.bb b/recipes/mozilla/firefox_hg.bb index 17a46ee1c8..37bb2608bd 100644 --- a/recipes/mozilla/firefox_hg.bb +++ b/recipes/mozilla/firefox_hg.bb @@ -17,8 +17,6 @@ S = "${WORKDIR}/mozilla-central" inherit mozilla require firefox.inc -PARALLEL_MAKE = "" -export HOST_LIBIDL_CONFIG = "${STAGING_BINDIR_NATIVE}/libIDL-config-2" FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" export LIBXUL_DIST="${S}/objdir/xulrunner/dist/" |