diff options
Diffstat (limited to 'packages/openrdate/openrdate_1.1.3.bb')
-rw-r--r-- | packages/openrdate/openrdate_1.1.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/openrdate/openrdate_1.1.3.bb b/packages/openrdate/openrdate_1.1.3.bb index 265f4191f2..63f60aaa74 100644 --- a/packages/openrdate/openrdate_1.1.3.bb +++ b/packages/openrdate/openrdate_1.1.3.bb @@ -2,8 +2,10 @@ DESCRIPTION = "Date and time setting software implementing RFC 868 and RFC 2030 HOMEPAGE = "http://sourceforge.net/projects/openrdate/" SECTION = "admin" LICENSE = "BSD" +PR="r1" -SRC_URI = "${SOURCEFORGE_MIRROR}/openrdate/openrdate-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/openrdate/openrdate-${PV}.tar.gz \ + file://debian.patch;patch=1" inherit autotools |