From d096e77a362aba8bd70fc02413c16135bace7f7f Mon Sep 17 00:00:00 2001 From: Stefan Herbrechtsmeier Date: Fri, 10 Jan 2014 13:45:43 +0100 Subject: ntp: Fix the installed but not shipped issue of a systemd units file We will get the following ERROR/WARN if we enable systemd and the installed-vs-shipped check in QA: ERROR: QA Issue: ntp: Files/directories were installed but not shipped /lib/systemd/ntp-units.d /lib/systemd/ntp-units.d/60-ntpd.list Signed-off-by: Stefan Herbrechtsmeier Signed-off-by: Martin Jansa --- meta-networking/recipes-support/ntp/ntp.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-networking/recipes-support/ntp') diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc index 9ea24e9237..8381b9e7cb 100644 --- a/meta-networking/recipes-support/ntp/ntp.inc +++ b/meta-networking/recipes-support/ntp/ntp.inc @@ -97,7 +97,9 @@ RCONFLICTS_ntpdate += "ntpdate-systemd" RSUGGESTS_${PN} = "iana-etc" -FILES_${PN} = "${bindir}/ntpd ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd ${sbindir} ${libdir}" +FILES_${PN} = "${bindir}/ntpd ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd ${sbindir} ${libdir} \ + ${systemd_unitdir}/ntp-units.d/60-ntpd.list \ +" FILES_${PN}-tickadj = "${bindir}/tickadj" FILES_${PN}-utils = "${bindir}" FILES_ntpdate = "${bindir}/ntpdate \ -- cgit 1.2.3-korg