firefox 3: fix idl stuff
authorKoen Kooi <koen@openembedded.org>
Tue, 29 Jul 2008 20:26:55 +0000 (20:26 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 29 Jul 2008 20:26:55 +0000 (20:26 +0000)
packages/mozilla/firefox.inc
packages/mozilla/firefox_3.0.bb

index cff49e9..7ad0c28 100644 (file)
@@ -1,7 +1,5 @@
 SRC_URI += "file://mozilla-firefox.png file://mozilla-firefox.desktop"
 
-PARALLEL_MAKE = ""
-
 PACKAGES =+ "firefox-inspector"
 
 FILES_firefox-inspector = "    ${libdir}/firefox-${PV}/chrome/inspector* \
index 1198344..ac2c86e 100644 (file)
@@ -21,6 +21,8 @@ S = "${WORKDIR}/mozilla"
 inherit mozilla
 require firefox.inc
 
+export HOST_LIBIDL_CONFIG = "${STAGING_BINDIR_NATIVE}/libIDL-config-2"
+
 do_unpack2() {
        cp -pPr ${WORKDIR}/js/src* ${S}/js/
 }