summaryrefslogtreecommitdiff
path: root/packages/evas/evas-native_0.9.9.013.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/evas/evas-native_0.9.9.013.bb')
-rw-r--r--packages/evas/evas-native_0.9.9.013.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/evas/evas-native_0.9.9.013.bb b/packages/evas/evas-native_0.9.9.013.bb
new file mode 100644
index 0000000000..3f1390800a
--- /dev/null
+++ b/packages/evas/evas-native_0.9.9.013.bb
@@ -0,0 +1,13 @@
+include evas-fb_${PV}.bb
+inherit native
+DEPENDS = "freetype-native"
+
+do_stage () {
+ for i in ${headers}
+ do
+ install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/
+ done
+ oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/
+}
+
+#FIXME: Conflicts with zlib-devel on the build machine. Remove it and it builds.