All of lore.kernel.org
 help / color / mirror / Atom feed
* Writing do_install_append for target and virtclass-native in a bbappend
@ 2012-04-17  3:32 Darren Hart
  2012-04-17  9:32 ` Paul Eggleton
  2012-04-17 13:19 ` Richard Purdie
  0 siblings, 2 replies; 6+ messages in thread
From: Darren Hart @ 2012-04-17  3:32 UTC (permalink / raw)
  To: Yocto Project

I'm trying to address a symlink naming issue in the bzip2 package when
used with Chrome. Chrome is looking for a specific soname, which the
default install of bzip2 doesn't setup. I can address this easily by
adding the symlink via a bzip2 bbappend in do_install_append().
Unfortunately, this fails for the virtclass-native variant. I tried
adding and empty:

do_install_append_virtclass-native() {
	:
}

function to the bbappend, which still failed. I then added an echo
statement which appeared in the output, but it still ran non-native
do_install_append() and failed. Switching the order of the functions
made the echo output disappear, but the native variant still failed.

I figure I must be missing something rather fundamental here. Any ideas
what it might be?

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-17 16:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17  3:32 Writing do_install_append for target and virtclass-native in a bbappend Darren Hart
2012-04-17  9:32 ` Paul Eggleton
2012-04-17 13:20   ` Richard Purdie
2012-04-17 13:19 ` Richard Purdie
2012-04-17 16:12   ` Darren Hart
2012-04-17 16:14     ` Darren Hart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.