From c64341c1756fdd5ed23b9f3e2d0f0a4d8bb93a6a Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 25 Mar 2019 13:14:15 -0400 Subject: meta-openembedded: refresh thud: 6ef9657068..4cd3a39f22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update meta-openembedded to thud HEAD. Adrian Bunk (2): wireless-regdb: update 2018.05.31 -> 2018.10.24 Split ntpq into an own package André Draszik (2): mosquitto: fix build in systemd environments mosquitto: fully switch over to using PACKAGECONFIG_CONFARGS Khem Raj (1): rtmpdump: Switch to using GNU TLS instead of openssl10 Ovidiu Panait (1): python3-blivetgui: Fix _supported_filesystems crash Change-Id: Id488182d26039d9a5bf170503f867b515688a738 Signed-off-by: Brad Bishop --- .../meta-networking/recipes-support/ntp/ntp_4.2.8p12.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.8p12.bb') diff --git a/meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.8p12.bb b/meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.8p12.bb index 53e41297a..289d2645b 100644 --- a/meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.8p12.bb +++ b/meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.8p12.bb @@ -105,7 +105,7 @@ do_install_append() { rmdir --ignore-fail-on-non-empty ${D}${libexecdir} } -PACKAGES += "ntpdate sntp ${PN}-tickadj ${PN}-utils" +PACKAGES += "ntpdate sntp ntpq ${PN}-tickadj ${PN}-utils" # NOTE: you don't need ntpdate, use "ntpd -q -g -x" # ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms @@ -117,6 +117,8 @@ RDEPENDS_${PN} += "libgcc" RPROVIDES_${PN}-utils = "${PN}-bin" RREPLACES_${PN}-utils = "${PN}-bin" RCONFLICTS_${PN}-utils = "${PN}-bin" +# ntpq was split out of ntp-utils +RDEPENDS_${PN}-utils = "ntpq" SYSTEMD_PACKAGES = "${PN} ntpdate sntp" SYSTEMD_SERVICE_${PN} = "ntpd.service" @@ -151,6 +153,7 @@ FILES_sntp = "${sbindir}/sntp \ ${sysconfdir}/default/sntp \ ${systemd_unitdir}/system/sntp.service \ " +FILES_ntpq = "${sbindir}/ntpq" CONFFILES_${PN} = "${sysconfdir}/ntp.conf" CONFFILES_ntpdate = "${sysconfdir}/default/ntpdate" -- cgit v1.2.3