Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Solve Bug 2205 - package.bbclass/linux_so never calls ldconfig
@ 2012-04-06 13:56 Andrei Gherzan
  2012-04-06 13:57 ` [PATCH 1/1] package.bbclass: needs_ldconfig from linux_so is needed in global namespace Andrei Gherzan
  0 siblings, 1 reply; 5+ messages in thread
From: Andrei Gherzan @ 2012-04-06 13:56 UTC (permalink / raw)
  To: openembedded-core

This is because needs_ldconfig is a local function variable. A way to solve
would be to define this variable global but this is a discouraged. Another
solution would be to return this value in linux_so and i will patch the package
class with this fix.

The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5:

  runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib ag/linux_so
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/linux_so

Andrei Gherzan (1):
  package.bbclass: needs_ldconfig from linux_so is needed in global
    namespace

 meta/classes/package.bbclass |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

-- 
1.7.5.4




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

end of thread, other threads:[~2012-04-11 12:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-06 13:56 [PATCH 0/1] Solve Bug 2205 - package.bbclass/linux_so never calls ldconfig Andrei Gherzan
2012-04-06 13:57 ` [PATCH 1/1] package.bbclass: needs_ldconfig from linux_so is needed in global namespace Andrei Gherzan
2012-04-10  9:02   ` Richard Purdie
2012-04-10 15:34     ` Andrei Gherzan
2012-04-11 11:57       ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox