summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/libmcc/libmcc_1.05.bb
Commit message (Collapse)AuthorAgeFilesLines
* libmcc: build with versioned sonameMax Krummenacher2015-01-121-1/+2
| | | | | | | | | | | | | | | | | | | This adds a versioned soname to the shared library during linking. Otherwise an application linked with '-lmcc' needs libmcc.so for execution, having libmcc.so.1 would not be enough. root@colibri-vf:~# ls -l /usr/lib/libmcc.so* lrwxrwxrwx 1 root root 13 Jan 7 2015 /usr/lib/libmcc.so.1 -> libmcc.so.1.0 -rwxr-xr-x 1 root root 5252 Jan 7 2015 /usr/lib/libmcc.so.1.0 root@colibri-vf:~# mcc-pingpong mcc-pingpong: error while loading shared libraries: libmcc.so: cannot open shared object file: No such file or directory Additionaly the following warning no longer appears. WARNING: QA Issue: mcc-pingpong requires libmcc.so, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libmcc: Add runtime dependency for kernel-module-mcc-devOtavio Salvador2015-01-121-0/+2
| | | | | | | | | | | | | | | | | The kernel-module-mcc-dev brings the kernel API headers used when doing application development which uses the libmcc. So when libmcc-dev is included in a SDK, this brings all the necessary boilerplate code. The motivation for this can be found at message from Petr Kubizňák <kubiznak.petr@elnico.cz>[1]. 1. https://lists.yoctoproject.org/pipermail/meta-freescale/2015-January/012144.html Change-Id: Icd8311c79a87500c0a9d97d9b63fb0340a5908a1 Reported-by: Petr Kubizňák <kubiznak.petr@elnico.cz> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libmcc: Fix symbolic link for dynamic libraryOtavio Salvador2015-01-121-1/+2
| | | | | | | | | This fixes the Makefile to properly generate the symlink inside the installation directory. Change-Id: I18ad51c87f64780bfdd8bd70abdda5554439d9e8 Reported-by: Petr Kubizňák <kubiznak.petr@elnico.cz> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libmcc: provide explicit do_installMax Krummenacher2014-12-311-2/+4
| | | | | | | | | | libmcc is a pure make project. Inheriting autotools provided an implicit do_install task, however with the change to seperate builddirs in dizzy (${B} != ${S}) do_install fails. Removing autotools and providing an explicit do_install task fixes this. Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libmcc: Update to version 1.05Tony Felice2014-08-191-0/+21
This version was released to integrate the patch that removed bashisms from the libmcc Makefile. Signed-off-by: Anthony Felice <tony.felice@timesys.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>