summaryrefslogtreecommitdiffstats
path: root/recipes/ntp
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-03-29 15:04:38 -0700
committerKoen Kooi <koen@openembedded.org>2010-03-30 17:46:27 +0200
commit4ce7c3c06b540d11184f2eb5063d98102dc838e1 (patch)
treeef6dd533e30f87a73f48702690bae6846a80b790 /recipes/ntp
parente8052e4cb7830519eb6e06aac083f00150d8fb43 (diff)
downloadopenembedded-4ce7c3c06b540d11184f2eb5063d98102dc838e1.tar.gz
ntp: remove duplicate installation of sntp.1 in preparation for automake 1.11.1
Diffstat (limited to 'recipes/ntp')
-rw-r--r--recipes/ntp/ntp_4.2.4p7.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/ntp/ntp_4.2.4p7.bb b/recipes/ntp/ntp_4.2.4p7.bb
index 4109c40c29..39dfa795da 100644
--- a/recipes/ntp/ntp_4.2.4p7.bb
+++ b/recipes/ntp/ntp_4.2.4p7.bb
@@ -19,6 +19,10 @@ FILES_${PN}-tickadj = "${bindir}/tickadj"
FILES_ntp-utils = "${bindir}/*"
FILES_ntpdate = "${bindir}/ntpdate ${sysconfdir}/network/if-up.d/ntpdate"
+do_configure_prepend() {
+ sed -i -e 's:dist_man_MANS= sntp.1::g' sntp/Makefile.am
+}
+
do_install_append() {
install -d ${D}/${sysconfdir}/init.d
install -m 644 ${WORKDIR}/ntp.conf ${D}/${sysconfdir}