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.bb19
1 files changed, 19 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..ea23901c50
--- /dev/null
+++ b/packages/evas/evas-native_0.9.9.013.bb
@@ -0,0 +1,19 @@
+include evas-fb_${PV}.bb
+inherit native
+DEPENDS = "freetype-native"
+
+export EDB_CONFIG = "${STAGING_BINDIR}/edb-config-native"
+export EET_CONFIG = "${STAGING_BINDIR}/eet-config-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}/
+}
+
+do_install() {
+ :
+}
+