aboutsummaryrefslogtreecommitdiffstats
path: root/embryo/embryo-native_cvs.oe
blob: 354f8b92debf0192691679e07bac71a906eb5870 (plain)
1
2
3
4
5
6
7
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}/
}