[oe-commits] Tom Rini : firefox: Perform a number of cleanups and fix consistency issues .

git version control git at git.openembedded.org
Thu Mar 4 10:36:45 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: 679a2367acde02f76f43f446c56c1eefed4e69c0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=679a2367acde02f76f43f446c56c1eefed4e69c0

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Mar  3 12:05:33 2010 -0700

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 at mentor.com>
Acked-by: Khem Raj <raj.khem at gmail.com>

---

 classes/mozilla.bbclass                 |   26 ++++++++++++++++++++------
 recipes/mozilla/fennec_hg.bb            |    2 --
 recipes/mozilla/firefox-3.5.2/mozconfig |    1 +
 recipes/mozilla/firefox-3.5.4/mozconfig |    1 +
 recipes/mozilla/firefox-3.5.5/mozconfig |    1 +
 recipes/mozilla/firefox-3.6/mozconfig   |    1 +
 recipes/mozilla/firefox.inc             |    8 --------
 recipes/mozilla/firefox_3.0.1.bb        |    1 -
 recipes/mozilla/firefox_3.0.4.bb        |    1 -
 recipes/mozilla/firefox_3.0.8.bb        |    1 -
 recipes/mozilla/firefox_3.1b1.bb        |    1 -
 recipes/mozilla/firefox_3.1b2.bb        |    1 -
 recipes/mozilla/firefox_3.5.2.bb        |    6 +++---
 recipes/mozilla/firefox_3.5.4.bb        |    5 ++---
 recipes/mozilla/firefox_3.5.5.bb        |    5 ++---
 recipes/mozilla/firefox_3.5b4.bb        |    5 ++---
 recipes/mozilla/firefox_3.6.bb          |    5 ++---
 recipes/mozilla/firefox_hg.bb           |    2 --
 18 files changed, 35 insertions(+), 38 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=679a2367acde02f76f43f446c56c1eefed4e69c0




More information about the Openembedded-commits mailing list