[oe-commits] : firefox 3: fix idl stuff

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Jul 29 20:49:10 UTC 2008


Module: OE.dev
Branch: master
Commit: ccb6a7d7a49fa5bafe6a86a4c5375b359f4d3703
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=ccb6a7d7a49fa5bafe6a86a4c5375b359f4d3703

Author:  <koen at openembedded.org>
Date:   Tue Jul 29 20:26:55 2008 +0000

firefox 3: fix idl stuff

---

 packages/mozilla/firefox.inc    |    2 --
 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 cff49e9..7ad0c28 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 1198344..ac2c86e 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/
 }





More information about the Openembedded-commits mailing list