From cfa8d5252e7c308d6de0edf5e9f024b4e86eaea7 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 4 Aug 2009 13:50:03 -0700 Subject: eel: add 2.26.0 --- recipes/eel/eel_2.26.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/eel/eel_2.26.0.bb (limited to 'recipes/eel') diff --git a/recipes/eel/eel_2.26.0.bb b/recipes/eel/eel_2.26.0.bb new file mode 100644 index 0000000000..c437a93a49 --- /dev/null +++ b/recipes/eel/eel_2.26.0.bb @@ -0,0 +1,17 @@ +# eel OE build file +# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +inherit gnome +PR = "r0" + +LICENSE="GPL" + +SRC_URI += "file://eel-no-strftime.patch;patch=1" + +DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui virtual/gail" +EXTRA_OECONF = "--disable-gtk-doc" + +do_stage() { + autotools_stage_all +} -- cgit 1.2.3-korg