aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla/firefox-3.6
AgeCommit message (Collapse)Author
2010-03-04firefox: fix .pc files for 3.5.2 and 3.6, fix up staging a bitKoen Kooi
2010-03-03firefox: Perform a number of cleanups and fix consistency issues.Tom Rini
- 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>
2010-02-28firefox_3.6.bb : add new version, convert to new stagingGraeme Gregory