I have a customer who wanted to define alt ldconfig search paths on a per recipe basis and adding hardcoded search paths in ldconfig-native does not scale well.
Here is a prototype scheme to allow extending the search path for ldconfig-native without hardcoding. Alt search paths can be defined in a recipe or via local.conf. This works in this form but I suspect there are cleaner or better schemes. enjoy. Armin Kuster (2): ldconfig: add method to extend ldconfig search dirs ldsoconf: allow extension via local.conf meta/classes/image-ldconfig.bbclass | 32 ++++++++++++++++++++++++++++++++ meta/classes/ldconfig.bbclass | 27 +++++++++++++++++++++++++++ meta/conf/bitbake.conf | 8 ++++++++ 3 files changed, 67 insertions(+) create mode 100644 meta/classes/image-ldconfig.bbclass create mode 100644 meta/classes/ldconfig.bbclass -- 2.3.5 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core