On Thu, Aug 19, 2010 at 4:29 AM, Frans Meulenbroeks <
[email protected]> wrote:

> Hi,
>
> Found this in our reicpes:
>
> dbus/dbus-glib_0.86.bb:do_install_virtclass-native_prepend() {
>

This prepends to do_install_virtclass-native, which will then replace
do_install when the overrides are applied.  This is prepending to a variable
which overrides, as opposed to the other, which is a conditional prepend.
 The two are quite different.  It's unlikely that this is what they
intended.  Far more likely that it should be changed to
_prepend_virtclass-native.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to