firefox: unbreak parallel compile (close oebug 4188)
authorJunqian Gordon Xu <xjqian@gmail.com>
Sun, 20 Apr 2008 23:19:06 +0000 (23:19 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Sun, 20 Apr 2008 23:19:06 +0000 (23:19 +0000)
* fix typo in 1.0.7.bb

packages/mozilla/firefox.inc
packages/mozilla/firefox_1.0.7.bb

index f5e020d..cff49e9 100644 (file)
@@ -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
-
-
-
 }
 
index b82dbda..1b091be 100644 (file)
@@ -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/