aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ntp
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-27 17:22:19 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-27 17:22:19 +0000
commit88c8d2e89dba6fc6b9834bf1a7eb74dcb9c19281 (patch)
tree4234c4d0f0da3103b3e82abbea2e0f40a8c35169 /packages/ntp
parent49cc9f5f34beec3014df78590d549632349fc2cf (diff)
downloadopenembedded-88c8d2e89dba6fc6b9834bf1a7eb74dcb9c19281.tar.gz
ntp: fix issue with INITSCRIPT_NAME
Diffstat (limited to 'packages/ntp')
-rw-r--r--packages/ntp/ntp.inc4
-rw-r--r--packages/ntp/ntp_4.2.0.bb5
-rw-r--r--packages/ntp/ntp_4.2.2p3.bb4
3 files changed, 4 insertions, 9 deletions
diff --git a/packages/ntp/ntp.inc b/packages/ntp/ntp.inc
index 5e8c75b4cb..6a14521d36 100644
--- a/packages/ntp/ntp.inc
+++ b/packages/ntp/ntp.inc
@@ -16,6 +16,10 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \
inherit autotools update-rc.d
+INITSCRIPT_NAME = "ntpd"
+# No dependencies, so just go in at the standard level (20)
+INITSCRIPT_PARAMS = "defaults"
+
# The ac_cv_header_readline_history is to stop ntpdc depending on either
# readline or curses
EXTRA_OECONF = "--without-openssl --without-crypto ac_cv_header_readline_history_h=no"
diff --git a/packages/ntp/ntp_4.2.0.bb b/packages/ntp/ntp_4.2.0.bb
index 116fe582af..63e7d552a8 100644
--- a/packages/ntp/ntp_4.2.0.bb
+++ b/packages/ntp/ntp_4.2.0.bb
@@ -10,11 +10,6 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \
file://ntp.conf \
file://ntpdate"
-
-INITSCRIPT_NAME = "ntpd"
-# No dependencies, so just go in at the standard level (20)
-INITSCRIPT_PARAMS = "defaults"
-
PROVIDES = "ntpdate-${PV} ntpdate-${PV}-${PR} ntpdate"
#This is too painful - perl is only needed for ntp-wait and ntptrace, which are
diff --git a/packages/ntp/ntp_4.2.2p3.bb b/packages/ntp/ntp_4.2.2p3.bb
index cc7c377717..28853e4fc8 100644
--- a/packages/ntp/ntp_4.2.2p3.bb
+++ b/packages/ntp/ntp_4.2.2p3.bb
@@ -7,10 +7,6 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \
file://ntpdate"
-INITSCRIPT_NAME = "ntpd"
-# No dependencies, so just go in at the standard level (20)
-INITSCRIPT_PARAMS = "defaults"
-
# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms
# with wonky clocks (e.g. OpenSlug)
RDEPENDS_${PN} = "${PN}-tickadj"