On Sat, 2013-03-09 at 06:34 +0000, Richard Purdie wrote: > The patch doesn't quite do what you think it does. The _appends() stack, > not override and hence the native append is empty. You probably want to > do a: > > do_install_append_class-target () { > .... > } Ah, thanks. Something like this then?