summaryrefslogtreecommitdiff
path: root/packages/nonworking/efl/edb-native_1.0.5.007.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/nonworking/efl/edb-native_1.0.5.007.bb')
-rw-r--r--packages/nonworking/efl/edb-native_1.0.5.007.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/nonworking/efl/edb-native_1.0.5.007.bb b/packages/nonworking/efl/edb-native_1.0.5.007.bb
new file mode 100644
index 0000000000..f3f94086ce
--- /dev/null
+++ b/packages/nonworking/efl/edb-native_1.0.5.007.bb
@@ -0,0 +1,11 @@
+require edb_${PV}.bb
+inherit native
+DEPENDS = "zlib-native"
+
+SRC_URI += "file://no-gtk-forkbomb.patch;patch=1"
+
+EXTRA_OECONF += "--disable-gtk --disable-ncurses"
+
+do_stage_append () {
+ install -m 0755 tools/.libs/edb_ed ${STAGING_BINDIR}
+}