From: Junqian Gordon Xu Date: Sun, 20 Apr 2008 23:19:06 +0000 (+0000) Subject: firefox: unbreak parallel compile (close oebug 4188) X-Git-Tag: Release-2010-05/1~7147^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f87f587cee7ad24aec7de80fffed99b4474b93c;p=openembedded.git firefox: unbreak parallel compile (close oebug 4188) * fix typo in 1.0.7.bb --- diff --git a/packages/mozilla/firefox.inc b/packages/mozilla/firefox.inc index f5e020dc68..cff49e9542 100644 --- a/packages/mozilla/firefox.inc +++ b/packages/mozilla/firefox.inc @@ -1,5 +1,7 @@ SRC_URI += "file://mozilla-firefox.png file://mozilla-firefox.desktop" +PARALLEL_MAKE = "" + PACKAGES =+ "firefox-inspector" FILES_firefox-inspector = " ${libdir}/firefox-${PV}/chrome/inspector* \ @@ -31,8 +33,5 @@ pkg_postinst_firefox() { do_stage() { autotools_stage_all - - - } diff --git a/packages/mozilla/firefox_1.0.7.bb b/packages/mozilla/firefox_1.0.7.bb index b82dbda91e..1b091bef64 100644 --- a/packages/mozilla/firefox_1.0.7.bb +++ b/packages/mozilla/firefox_1.0.7.bb @@ -15,7 +15,7 @@ inherit autotools mozilla require firefox.inc -EXTRA_OECONF += " --with-gssapi=${STAGINGLIBDIR}/../" +EXTRA_OECONF += " --with-gssapi=${STAGING_LIBDIR}/../" do_compile_prepend() { cp ${WORKDIR}/jsautocfg.h ${S}/js/src/