diff options
-rw-r--r-- | meta/classes/gtk-doc.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass index 906ce7854a..5201c7151c 100644 --- a/meta/classes/gtk-doc.bbclass +++ b/meta/classes/gtk-doc.bbclass | |||
@@ -48,7 +48,7 @@ do_compile_prepend_class-target () { | |||
48 | # which may then get deleted (or their dependencies) and potentially segfault | 48 | # which may then get deleted (or their dependencies) and potentially segfault |
49 | export GIO_MODULE_DIR=${STAGING_LIBDIR}/gio/modules-dummy | 49 | export GIO_MODULE_DIR=${STAGING_LIBDIR}/gio/modules-dummy |
50 | 50 | ||
51 | GIR_EXTRA_LIBS_PATH=\`find ${B} -name *.so -printf %h| tr '\n' ':'\`\$GIR_EXTRA_LIBS_PATH | 51 | GIR_EXTRA_LIBS_PATH=\`find ${B} -name *.so -printf "%h\n"|sort|uniq| tr '\n' ':'\`\$GIR_EXTRA_LIBS_PATH |
52 | GIR_EXTRA_LIBS_PATH=\`find ${B} -name .libs| tr '\n' ':'\`\$GIR_EXTRA_LIBS_PATH | 52 | GIR_EXTRA_LIBS_PATH=\`find ${B} -name .libs| tr '\n' ':'\`\$GIR_EXTRA_LIBS_PATH |
53 | 53 | ||
54 | if [ -d ".libs" ]; then | 54 | if [ -d ".libs" ]; then |