[oe-commits] Khem Raj : ntp: Move sntp before ntp-utils in packaging order

git at git.openembedded.org git at git.openembedded.org
Thu May 2 13:01:02 UTC 2013


Module: meta-openembedded.git
Branch: dylan-next
Commit: f3e293c3c81be161234fdc5d5e3329db24d3f30f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f3e293c3c81be161234fdc5d5e3329db24d3f30f

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Apr 23 19:08:06 2013 -0700

ntp: Move sntp before ntp-utils in packaging order

${PN}-utils has greedy expression of capturing all in ${bindir}
and sntp gets swept in too. This move in PACKAGES fixes the problem
and now sntp binary is packaged in sntp package itself.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Joe MacDonald <joe.macdonald at windriver.com>

---

 meta-networking/recipes-support/ntp/ntp.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc
index 004dc9b..79e7401 100644
--- a/meta-networking/recipes-support/ntp/ntp.inc
+++ b/meta-networking/recipes-support/ntp/ntp.inc
@@ -65,7 +65,7 @@ do_install_append() {
     install -m 0644 ${WORKDIR}/sntp.service ${D}${systemd_unitdir}/system/
 }
 
-PACKAGES += "ntpdate ${PN}-tickadj ${PN}-utils sntp"
+PACKAGES += "ntpdate sntp ${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





More information about the Openembedded-commits mailing list