git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8052e4
)
ntp: remove duplicate installation of sntp.1 in preparation for automake 1.11.1
author
Steve Sakoman
<steve@sakoman.com>
Mon, 29 Mar 2010 22:04:38 +0000
(15:04 -0700)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 30 Mar 2010 15:46:27 +0000
(17:46 +0200)
recipes/ntp/ntp_4.2.4p7.bb
patch
|
blob
|
history
diff --git
a/recipes/ntp/ntp_4.2.4p7.bb
b/recipes/ntp/ntp_4.2.4p7.bb
index
4109c40
..
39dfa79
100644
(file)
--- 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}