All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] ntp: add sntp.service for sntp package
@ 2014-10-30  8:34 Chong Lu
  2014-11-04 20:11 ` Joe MacDonald
  0 siblings, 1 reply; 2+ messages in thread
From: Chong Lu @ 2014-10-30  8:34 UTC (permalink / raw)
  To: openembedded-devel

This solves the following warning:

lib32-ntp-4.2.6p5: lib32-ntp: Files/directories were installed but not shipped
  /lib/systemd/system/sntp.service [installed-vs-shipped]

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 recipes-support/ntp/ntp.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc
index fd45219..6897587 100644
--- a/meta-networking/recipes-support/ntp/ntp.inc
+++ b/meta-networking/recipes-support/ntp/ntp.inc
@@ -128,6 +128,7 @@ FILES_ntpdate = "${sbindir}/ntpdate \
 "
 FILES_sntp = "${sbindir}/sntp \
               ${sysconfdir}/default/sntp \
+              ${systemd_unitdir}/system/sntp.service \
              "
 
 CONFFILES_${PN} = "${sysconfdir}/ntp.conf"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-04 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30  8:34 [meta-networking][PATCH] ntp: add sntp.service for sntp package Chong Lu
2014-11-04 20:11 ` Joe MacDonald

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.