Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / embryo / embryo-native_cvs.oe
1 include embryo_${PV}.oe
2 inherit native
3
4 do_stage () {
5         oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR}/
6         install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR}/
7 }