increase dvbapp PR.
[vuplus_openembedded] / recipes / cairo / libsvg-cairo_cvs.bb
1 PV = "0.0+cvs${SRCDATE}"
2 SECTION = "libs"
3 LICENSE = "LGPL"
4 PRIORITY = "optional"
5 DEPENDS = "libsvg cairo"
6 DESCRIPTION = "SVG rendering library"
7 DEFAULT_PREFERENCE = "-1"
8 SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libsvg-cairo"
9 S = "${WORKDIR}/libsvg-cairo"
10
11 inherit autotools pkgconfig
12
13 do_stage () {
14         autotools_stage_all
15 }