blob: 67e7c1c615c0a12c42fd82b0b9f1c34d5ea26544 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Tool for getting the date/time from a remote machine."
2DESCRIPTION = "The rdate utility retrieves the date and time from \
3 another machine on your network, using the protocol described in RFC 868. \
4 If you run rdate as root, it will set your machine local time to the \
5 time of the machine that you queried. \
6"
7
8HOMEPAGE= "https://www.aelius.com/njh/rdate/"
9SECTION = "Applications/System"
10
Andrew Geissler9aee5002022-03-30 16:27:02 +000011LICENSE = "GPL-2.0-only"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
13
14SRC_URI = "https://www.aelius.com/njh/${BPN}/${BP}.tar.gz \
15 file://0001-src-rdate-Fix-printf-format-errors.patch \
16 file://0001-rdate-define-logwtmp-on-libc-glibc.patch \
17 "
18SRC_URI[md5sum] = "0a4f612480777fdf25264ac03c57eae6"
19SRC_URI[sha256sum] = "6e800053eaac2b21ff4486ec42f0aca7214941c7e5fceedd593fa0be99b9227d"
20
21inherit autotools