diff options
author | wangmy <wangmy@fujitsu.com> | 2022-08-02 21:39:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-06 09:12:14 -0700 |
commit | ea95e48d685d0905745d28c276fe4e49967b8610 (patch) | |
tree | 224268b9cefc35763a7993000b81b7f5bc6d8108 /meta-networking | |
parent | 5e7d573bcda58f17f06a6f678c2bb470ad66e1bf (diff) | |
download | meta-openembedded-ea95e48d685d0905745d28c276fe4e49967b8610.tar.gz |
htpdate: upgrade 1.3.4 -> 1.3.5
Changelog:
===========
- Feature: set kernel synchronized
(e.g. timedatectl will report 'System clock synchronized: yes')
- Improved time tuning accuracy/stability
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/htpdate/htpdate_1.3.5.bb (renamed from meta-networking/recipes-support/htpdate/htpdate_1.3.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/htpdate/htpdate_1.3.4.bb b/meta-networking/recipes-support/htpdate/htpdate_1.3.5.bb index d25600645..08255ae84 100644 --- a/meta-networking/recipes-support/htpdate/htpdate_1.3.4.bb +++ b/meta-networking/recipes-support/htpdate/htpdate_1.3.5.bb | |||
@@ -14,7 +14,7 @@ LICENSE = "GPL-2.0-or-later" | |||
14 | LIC_FILES_CHKSUM = "file://htpdate.c;beginline=26;endline=30;md5=2b6cdb94bd5349646d7e33f9f501eef7" | 14 | LIC_FILES_CHKSUM = "file://htpdate.c;beginline=26;endline=30;md5=2b6cdb94bd5349646d7e33f9f501eef7" |
15 | 15 | ||
16 | SRC_URI = "http://www.vervest.org/htp/archive/c/htpdate-${PV}.tar.gz" | 16 | SRC_URI = "http://www.vervest.org/htp/archive/c/htpdate-${PV}.tar.gz" |
17 | SRC_URI[sha256sum] = "744f9200cfd3b008a5516c5eb6da727af532255a329126a7b8f49a5623985642" | 17 | SRC_URI[sha256sum] = "a8734d4f1d84d0608d045508608f2d29d8b968da269f83120aaac67709b1bd03" |
18 | 18 | ||
19 | TARGET_CC_ARCH += "${LDFLAGS}" | 19 | TARGET_CC_ARCH += "${LDFLAGS}" |
20 | 20 | ||