[meta-freescale] [meta-fsl-arm][PATCH 4/4] libmcc: Add runtime dependency for kernel-module-mcc-dev

Otavio Salvador otavio at ossystems.com.br
Tue Jan 6 08:30:34 PST 2015


The kernel-module-mcc-dev brings the kernel API headers used when
doing application development which uses the libmcc.

This improves the SDK support for Vybrid MCC application development.

Change-Id: Icd8311c79a87500c0a9d97d9b63fb0340a5908a1
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-bsp/libmcc/libmcc_1.05.bb | 2 ++
 1 file changed, 2 insertions(+)

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)"
 do_install() {
     oe_runmake 'DESTDIR=${D}' install
 }
+
+RDEPENDS_${PN}-dev += "kernel-module-mcc-dev"
-- 
2.1.4



More information about the meta-freescale mailing list