[oe-commits] Steve Sakoman : ntp: remove duplicate installation of sntp. 1 in preparation for automake 1.11.1

git version control git at git.openembedded.org
Tue Mar 30 15:47:25 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4ce7c3c06b540d11184f2eb5063d98102dc838e1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4ce7c3c06b540d11184f2eb5063d98102dc838e1

Author: Steve Sakoman <steve at sakoman.com>
Date:   Mon Mar 29 15:04:38 2010 -0700

ntp: remove duplicate installation of sntp.1 in preparation for automake 1.11.1

---

 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 4109c40..39dfa79 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}





More information about the Openembedded-commits mailing list