diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-29 20:26:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-29 20:26:55 +0000 |
commit | 372ec2adfb23e22a2a0f9e1c6ab77ea431150132 (patch) | |
tree | 050f5acb338e9e84a13a221b82595bdc2316c59a | |
parent | 330d8fc37b6295c742e02a3ded2ae6e6f1e36e80 (diff) |
firefox 3: fix idl stuff
-rw-r--r-- | packages/mozilla/firefox.inc | 2 | ||||
-rw-r--r-- | packages/mozilla/firefox_3.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/mozilla/firefox.inc b/packages/mozilla/firefox.inc index cff49e9542..7ad0c28db7 100644 --- a/packages/mozilla/firefox.inc +++ b/packages/mozilla/firefox.inc @@ -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* \ diff --git a/packages/mozilla/firefox_3.0.bb b/packages/mozilla/firefox_3.0.bb index 1198344888..ac2c86e958 100644 --- a/packages/mozilla/firefox_3.0.bb +++ b/packages/mozilla/firefox_3.0.bb @@ -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/ } |