[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7600/8267] gtk-doc.bbclass: add all directories where .so files are found to library search path



commit a2b8d36daa45c1ce03df74032b0b77b2bc67af36
Author: Alexander Kanavin <alexander kanavin linux intel com>
Date:   Wed Aug 23 20:06:21 2017 +0300

    gtk-doc.bbclass: add all directories where .so files are found to library search path
    
    This should reduce the need to manually specify the path in recipes.
    
    (From OE-Core rev: 40e8a15d7f0a39788164c3ed4fcdb6969af499b5)
    
    Signed-off-by: Alexander Kanavin <alexander kanavin linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/gtk-doc.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
index 0ae2729..906ce78 100644
--- a/meta/classes/gtk-doc.bbclass
+++ b/meta/classes/gtk-doc.bbclass
@@ -48,6 +48,7 @@ do_compile_prepend_class-target () {
 # which may then get deleted (or their dependencies) and potentially segfault
 export GIO_MODULE_DIR=${STAGING_LIBDIR}/gio/modules-dummy
 
+GIR_EXTRA_LIBS_PATH=\`find ${B} -name *.so -printf %h| tr '\n' ':'\`\$GIR_EXTRA_LIBS_PATH
 GIR_EXTRA_LIBS_PATH=\`find ${B} -name .libs| tr '\n' ':'\`\$GIR_EXTRA_LIBS_PATH
 
 if [ -d ".libs" ]; then


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]