]> code.ossystems Code Review - meta-freescale.git/commitdiff
libmcc: Add runtime dependency for kernel-module-mcc-dev
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 6 Jan 2015 14:21:49 +0000 (12:21 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 7 Jan 2015 20:03:15 +0000 (18:03 -0200)
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>
meta-fsl-arm/recipes-bsp/libmcc/libmcc_1.05.bb

index de5ec7f00bdaa6a5a9b0da87091445d93d4e148c..82507a608640b5ca9a7aee2b1352011ff3e4c53b 100644 (file)
@@ -22,3 +22,5 @@ COMPATIBLE_MACHINE = "(vf60)"
 do_install() {
     oe_runmake 'DESTDIR=${D}' install
 }
+
+RDEPENDS_${PN}-dev += "kernel-module-mcc-dev"