[oe] virtclass_install prepend

Chris Larson clarson at kergoth.com
Thu Aug 19 16:15:24 UTC 2010


On Thu, Aug 19, 2010 at 4:29 AM, Frans Meulenbroeks <
fransmeulenbroeks at gmail.com> 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



More information about the Openembedded-devel mailing list