[oe-issues] [Bug 2403] minimo build process needs libidl-dev on host side.
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Jun 29 15:58:30 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2403
--- Comment #1 from Takeshi Hamasaki <hma at syd.odn.ne.jp> 2007-06-29 08:58:30 ---
I tweaked HOST_LIBIDL_CONFIG variable in
org.openembedded.dev/packages/mozilla/minimo_cvs.bb .
Then
$ bitbake minimo
succeed without host-side libidl-dev installed.
The architecture name i686-linux should be represented by some variable
but I don't know which is correct one.
---------------------------------------------------------------------
--- minimo_cvs.bb.orig 2007-06-30 00:53:47.000000000 +0900
+++ minimo_cvs.bb 2007-06-29 22:57:41.000000000 +0900
@@ -35,7 +35,7 @@
export ac_cv_prog_HOST_CFLAGS="${BUILD_CFLAGS}"
export ac_cv_prog_HOST_CXX="${BUILD_CXX}"
export ac_cv_prog_HOST_CXXFLAGS="${BUILD_CXXFLAGS}"
-export HOST_LIBIDL_CONFIG = "libIDL-config-2"
+export HOST_LIBIDL_CONFIG = "${TMPDIR}/staging/i686-linux/bin/libIDL-config-2"
mozdir="${libdir}/mozilla-minimo"
---------------------------------------------------------------------
Regards,
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list