summaryrefslogtreecommitdiff
path: root/packages/nonworking/efl/edb-native_1.0.5.007.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-06-21 03:55:38 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-06-21 03:55:38 +0000
commitbdb62917622bbb63dc57c3535be15ca9dea4c13a (patch)
tree90732a754ab55f6dd69fbfe6b7a68cd2444df105 /packages/nonworking/efl/edb-native_1.0.5.007.bb
parent923534e5bd8e956de3bb8a40b02c363bfe15ecdd (diff)
move older efl stuff to nonworking
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}
+}