]> code.ossystems Code Review - meta-freescale.git/commit
gst-fsl-plugin: fix segfault due to not found library
authorJavier Viguera <javier.viguera@digi.com>
Tue, 21 May 2013 16:17:06 +0000 (16:17 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 22 May 2013 13:02:42 +0000 (10:02 -0300)
commit391a5067f2db8a0aba018305d99d911fbb09a906
treedec4894f24281d49c5ab356f8a026cc46b676bd5
parent49ea90c141eecc49f4cecb679bb5c2c090a8a7e6
gst-fsl-plugin: fix segfault due to not found library

The gst-fsl-plugin package tries to 'dlopen' a library using the
symbolic link that points to the library file. But that symbolic link is
only installed with the development package (PN-dev), not with the
normal package.

This commit adds a patch that uses the soname of the library in dlopen
call.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
meta-fsl-arm/recipes-multimedia/gst-plugins/gst-fsl-plugin/Use-librarys-SONAME-in-dlopen.patch [new file with mode: 0644]
meta-fsl-arm/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb