aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-04-23 19:08:06 -0700
committerJoe MacDonald <joe.macdonald@windriver.com>2013-04-29 14:11:12 -0400
commit0546dd4297abcf8f01b719a6dcb6c2c21214734e (patch)
treedb3a54034706e3622de5013cbda2dc047baa6f6a /meta-networking
parentce9e77f921f78964698111231122a929f64db048 (diff)
downloadmeta-openembedded-0546dd4297abcf8f01b719a6dcb6c2c21214734e.tar.gz
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@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/ntp/ntp.inc2
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 004dc9beed..79e7401dce 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