increase dvbapp PR
[vuplus_openembedded] / recipes / openrdate / openrdate_1.1.3.bb
1 DESCRIPTION = "Date and time setting software implementing RFC 868 and RFC 2030 protocols"
2 HOMEPAGE = "http://sourceforge.net/projects/openrdate/"
3 SECTION = "admin"
4 LICENSE = "BSD"
5 PR="r1"
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/openrdate/openrdate-${PV}.tar.gz \
8            file://debian.patch;patch=1"
9
10 inherit autotools
11
12 do_stage() {
13         autotools_stage_all
14 }