aboutsummaryrefslogtreecommitdiffstats
path: root/packages/embryo/embryo-native_0.9.1.013.bb
blob: 89980d343e928269784f546911406577925ffe65 (plain)
1
2
3
4
5
6
7
include embryo_${PV}.bb
inherit native

do_stage () {
	oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR}/
	install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR}/
}