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