[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / geany / geany_0.18.bb
1 DESCRIPTION = "Text editor with some IDE functionality"
2 HOMEPAGE = "http://geany.sf.net"
3 SECTION = "editors"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6 DEPENDS = "gtk+ vte"
7
8 inherit gnome
9
10 SRC_URI = "http://download.geany.org/geany-${PV}.tar.bz2 \
11            file://no-bogus-cxx-check.diff;patch=1 \
12 "
13