aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eel/eel_2.22.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/eel/eel_2.22.2.bb')
-rw-r--r--recipes/eel/eel_2.22.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/eel/eel_2.22.2.bb b/recipes/eel/eel_2.22.2.bb
new file mode 100644
index 0000000000..04353795c3
--- /dev/null
+++ b/recipes/eel/eel_2.22.2.bb
@@ -0,0 +1,16 @@
+# eel OE build file
+# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+inherit gnome
+
+LICENSE="GPL"
+
+SRC_URI += "file://eel-no-strftime.patch;patch=1"
+
+DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui gail"
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_stage() {
+ autotools_stage_all
+}