ntp: remove duplicate installation of sntp.1 in preparation for automake 1.11.1
authorSteve Sakoman <steve@sakoman.com>
Mon, 29 Mar 2010 22:04:38 +0000 (15:04 -0700)
committerKoen Kooi <koen@openembedded.org>
Tue, 30 Mar 2010 15:46:27 +0000 (17:46 +0200)
recipes/ntp/ntp_4.2.4p7.bb

index 4109c40..39dfa79 100644 (file)
@@ -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}