increase dvbapp PR.
[vuplus_openembedded] / recipes / perl / libphp-serialization-perl_0.30.bb
1 DESCRIPTION = "The standard database interface module for Perl."
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR = "r1"
5
6 SRC_URI = "http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/PHP-Serialization-${PV}.tar.gz"
7
8 S = "${WORKDIR}/PHP-Serialization-${PV}"
9
10 inherit cpan
11
12 BBCLASSEXTEND="native"