diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-03-29 15:04:38 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-30 17:46:27 +0200 |
commit | 4ce7c3c06b540d11184f2eb5063d98102dc838e1 (patch) | |
tree | ef6dd533e30f87a73f48702690bae6846a80b790 /recipes | |
parent | e8052e4cb7830519eb6e06aac083f00150d8fb43 (diff) |
ntp: remove duplicate installation of sntp.1 in preparation for automake 1.11.1
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ntp/ntp_4.2.4p7.bb | 4 |
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} |