diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-29 20:30:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-29 20:30:34 +0000 |
commit | 8f8ae4bbb78cd7ae5284600b864da3d4d04c1749 (patch) | |
tree | 2298e03b924176d4ecc7ebc3866232e5d08c4172 | |
parent | b99b1e4e7cc8ca25c2cc617986151716881b8b8e (diff) | |
parent | 372ec2adfb23e22a2a0f9e1c6ab77ea431150132 (diff) |
merge of 'a94d96e725d7b1b902a9b09b6c9628a3d59d5cf8'
and 'e70bb85147c1884a42eb239c03283cb35fc63033'
-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/ } |