From: Steve Sakoman Date: Mon, 29 Mar 2010 22:04:38 +0000 (-0700) Subject: ntp: remove duplicate installation of sntp.1 in preparation for automake 1.11.1 X-Git-Tag: Release-2010-05/1~152^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ce7c3c06b540d11184f2eb5063d98102dc838e1;p=openembedded.git ntp: remove duplicate installation of sntp.1 in preparation for automake 1.11.1 --- 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}