increase dvbapp PR.
[vuplus_openembedded] / recipes / maemo / xsp_1.0.0-8.bb
1 PR = "r2"
2 LICENSE= "MIT"
3 DESCRIPTION = "X Server Nokia 770 extensions library"
4 SECTION = "x11/libs"
5 PRIORITY = "optional"
6 DEPENDS = "virtual/libx11 libxext xpext"
7
8 SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz \
9            file://xsp-fix-pc.patch;patch=1"
10 S = "${WORKDIR}/Xsp"
11
12 inherit autotools pkgconfig
13
14 do_stage() {
15         autotools_stage_all
16 }