aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-04-23 19:08:06 -0700
committerEric BĂ©nard <eric@eukrea.com>2013-04-30 21:29:14 +0200
commitf3e293c3c81be161234fdc5d5e3329db24d3f30f (patch)
tree90fbd0d603781e8733bcc7e472b57d12b9a5fcb1
parentcca735e1eba4e32f9a74eec953a7308f9cad9b5a (diff)
downloadmeta-openembedded-contrib-f3e293c3c81be161234fdc5d5e3329db24d3f30f.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>
-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