increase dvbapp PR.
[vuplus_openembedded] / recipes / gnet / gnet_svn.bb
1 DESCRIPTION = "GNet is a simple network library. It is written in C, object-oriented, and built upon GLib."
2 LICENSE = "LGPL"
3 SECTION = "libs/network"
4 HOMEPAGE = "http://www.gnetlibrary.org"
5 DEPENDS = "glib-2.0"
6 PV = "2.0.7+svnr${SRCPV}"
7 PR = "r1"
8
9 SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk;proto=http \
10            file://buildfix.patch;patch=1 \
11            file://configure_fix.patch;patch=1 \
12            file://pkgconfig_fix.patch;patch=1 "
13
14 S = "${WORKDIR}/trunk"
15
16 EXTRA_OECONF =  "--disable-pthreads"
17
18 FILES_${PN}-dev += "${libdir}/gnet-2.0"
19
20 inherit autotools_stage pkgconfig