From 4ce7c3c06b540d11184f2eb5063d98102dc838e1 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 29 Mar 2010 15:04:38 -0700 Subject: ntp: remove duplicate installation of sntp.1 in preparation for automake 1.11.1 --- recipes/ntp/ntp_4.2.4p7.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/ntp') 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} -- cgit 1.2.3-korg