summaryrefslogtreecommitdiff
path: root/embryo/embryo-native_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'embryo/embryo-native_cvs.bb')
-rw-r--r--embryo/embryo-native_cvs.bb7
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}/
+}