Hi, I was investigating a build issue using a local recipe inheriting autotools employing libtool (a compile of unixodbc, needed by the new php recipe) and ran into an issue that appears to be solved by modifying the do_install() method of libtool-cross according to comments made in this patch thread:
http://patches.openembedded.org/patch/15065/ Basically, replace the do_install with "oe_runmake DESTDIR=${D} install" suggested by Khem Raj. Mike Crowe seemed to think that it cleaned up issues he was having, but the thread seems to die at that point. The current recipe for libtool-cross does not reflect the modification mentioned, so I am wondering if this is not appropriate? Am I doing more harm than good? Thanks. -Mike _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
