<br><br><div><span class="gmail_quote">On 10/6/07, <b class="gmail_sendername">Shakthi Kannan</b> &lt;<a href="mailto:shakthimaan@gmail.com">shakthimaan@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I am using a recent build (October 6, 2007). I am using local/overlay method:<br><a href="http://wiki.openmoko.org/wiki/Application_Development_Crash_Course#Using_Your_New_Local_Overlay">http://wiki.openmoko.org/wiki/Application_Development_Crash_Course#Using_Your_New_Local_Overlay
</a><br><br>In my .bb file, I have:<br><br>DEPENDS += &quot;libmokoui2 libgsmd&quot;<br><br>PKG = `${OMDIR}/build/tmp/staging/i686-linux/bin/pkg-config --cflags<br>--libs libmokoui2 libgsmd`<br><br>It builds fine. When I try to install the .ipk package on the target,
<br>I get this error:<br><br>ERROR: Cannot satisfy the following dependencies for applicationname:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libmokoui2-0 (&gt;= 0.1.0+svnr3064) libgsmd0 (&gt;= 0.1+svnr3074)<br><br>I have built the package against the same flashed images on my build
<br>environment.<br><br>Any suggestions?<br><br>Thanks,<br><br>SK<br><br>--<br>Shakthi Kannan<br><a href="http://www.shakthimaan.com">http://www.shakthimaan.com</a></blockquote><div><br>Hmm...Just wondering...DEPENDS should contain build time dependencies, right?..So Is it really required for the packages in the DEPENDS to be installed for the package in question to install without hitch. RDEPENDS does that, right?, I mean providing run time dependencies. If yes, the problem you are having is kinda weird.
<br>[Warning]: A wild wild thought, but maybe you could try assigning the packages to &quot;DEPENDS&quot; instead of appending them as you had done. <br></div><br>Regards<br>Sudharshan S<br>---------------------<br><a href="http://www.sudharsh.wordpress.com">
http://www.sudharsh.wordpress.com</a><br></div><br>