Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gst-fsl-plugin: fix segfault due to not found library | Javier Viguera | 2013-05-22 | 1 | -0/+29 |
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> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |