blob: d44d489d88cabeb0aea43c05a02b546aee706fa5 (
plain)
1
2
3
4
5
6
7
8
|
inherit guest-kernel-module
do_install:aglcontainerguest:append() {
# Install shared header file to ${includedir}
install -m 644 ${B}/../include/mmngr_public_cmn.h ${D}/${includedir}/
install -m 644 ${B}/../include/mmngr_private_cmn.h ${D}/${includedir}/
install -m 644 ${B}/../include/mmngr_validate.h ${D}/${includedir}/
}
|