summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-01-06 12:21:49 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-01-12 10:23:46 -0200
commitbd85d15a2466e15b68ab1efb4b61053d26a2ecda (patch)
treea9b84e3433be1d37968ae07f58de700297c23401
parentf706698db3cdbb959837136255bf6557e89e1927 (diff)
downloadmeta-fsl-arm-bd85d15a2466e15b68ab1efb4b61053d26a2ecda.tar.gz
libmcc: Add runtime dependency for kernel-module-mcc-dev
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>
-rw-r--r--recipes-bsp/libmcc/libmcc_1.05.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/libmcc/libmcc_1.05.bb b/recipes-bsp/libmcc/libmcc_1.05.bb
index de5ec7f..82507a6 100644
--- a/recipes-bsp/libmcc/libmcc_1.05.bb
+++ b/recipes-bsp/libmcc/libmcc_1.05.bb
@@ -22,3 +22,5 @@ COMPATIBLE_MACHINE = "(vf60)"
22do_install() { 22do_install() {
23 oe_runmake 'DESTDIR=${D}' install 23 oe_runmake 'DESTDIR=${D}' install
24} 24}
25
26RDEPENDS_${PN}-dev += "kernel-module-mcc-dev"