diff options
Diffstat (limited to 'recipes/eel/eel_2.26.0.bb')
-rw-r--r-- | recipes/eel/eel_2.26.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 +} |