[OE-core] [PATCH 0/1] Solve Bug 2205 - package.bbclass/linux_so never calls ldconfig

Andrei Gherzan andrei at gherzan.ro
Fri Apr 6 13:56:37 UTC 2012


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





More information about the Openembedded-core mailing list