increase dvbapp PR.
[vuplus_openembedded] / recipes / liburiparser / liburiparser_0.5.1.bb
1 DESCRIPTION = "uriparser is a strictly RFC 3986 compliant URI parsing library."
2 HOMEPAGE = "http://uriparser.sf.net"
3 SECTION = "libs"
4 LICENSE = "BSD"
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/uriparser/uriparser-${PV}.tar.bz2 \
7            file://autofoo.patch;patch=1"
8 S = "${WORKDIR}/uriparser-${PV}"
9
10 inherit autotools pkgconfig
11
12 do_stage() {
13         autotools_stage_all
14 }
15