diff options
Diffstat (limited to 'embryo/embryo-native_cvs.bb')
-rw-r--r-- | embryo/embryo-native_cvs.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/embryo/embryo-native_cvs.bb b/embryo/embryo-native_cvs.bb index e69de29bb2..89980d343e 100644 --- a/embryo/embryo-native_cvs.bb +++ b/embryo/embryo-native_cvs.bb @@ -0,0 +1,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}/ +} |