diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2017-06-23 13:36:43 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-06-28 10:29:26 -0400 |
commit | 7d5f8acc42305040d5387f3773e1f78d01c6ec01 (patch) | |
tree | c14ac5fbc181d6a8d4de4d6343b24b546ee9f64b /meta-networking | |
parent | fd2c2ee0a45a6e851ca42a0580ebe6a9cb76944c (diff) | |
download | meta-openembedded-7d5f8acc42305040d5387f3773e1f78d01c6ec01.tar.gz |
rdate: add new recipe
rdate is a tool for getting the date/time
from a remote machine.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/rdate/rdate_1.5.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/rdate/rdate_1.5.bb b/meta-networking/recipes-connectivity/rdate/rdate_1.5.bb new file mode 100644 index 000000000..818f16a52 --- /dev/null +++ b/meta-networking/recipes-connectivity/rdate/rdate_1.5.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "Tool for getting the date/time from a remote machine." | ||
2 | DESCRIPTION = "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 | |||
8 | HOMEPAGE= "https://www.aelius.com/njh/rdate/" | ||
9 | SECTION = "Applications/System" | ||
10 | |||
11 | LICENSE = "GPLv2" | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
13 | |||
14 | SRC_URI= "https://www.aelius.com/njh/${BPN}/${BP}.tar.gz" | ||
15 | SRC_URI[md5sum] = "0a4f612480777fdf25264ac03c57eae6" | ||
16 | SRC_URI[sha256sum] = "6e800053eaac2b21ff4486ec42f0aca7214941c7e5fceedd593fa0be99b9227d" | ||
17 | |||
18 | inherit autotools | ||