increase dvbapp PR.
[vuplus_openembedded] / recipes / eel / eel_2.12.2.bb
1 # eel OE build file
2 # Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
3 # Released under the MIT license (see packages/COPYING)
4
5 inherit gnome
6 PR = "r2"
7
8 LICENSE="GPL"
9 SRC_URI += "file://configure.patch;patch=1"
10
11 DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui virtual/gail"
12 EXTRA_OECONF = "--disable-gtk-doc"
13
14
15 do_stage() {
16 autotools_stage_all
17 }