blob: 3d901e581c869b7cf8951afc598ccbff9c6948ec (
plain)
1
2
3
4
5
6
7
8
|
SECTION = "devel"
include embryo_${PV}.oe
inherit native
do_stage () {
oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR}/
install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR}/
}
|