[oe-commits] org.oe.dev ntp: fix issue with INITSCRIPT_NAME

Laibsch commit openembedded-commits at lists.openembedded.org
Sun May 27 21:56:53 UTC 2007


ntp: fix issue with INITSCRIPT_NAME

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 23a59cebf92d573927159e3645cf0a49afe3efcd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=23a59cebf92d573927159e3645cf0a49afe3efcd
Files:
1
packages/ntp/ntp.inc
packages/ntp/ntp_4.2.0.bb
packages/ntp/ntp_4.2.2p3.bb
Diffs:

#
# mt diff -r7e6a6b9438e8ed84e7dcabbf95517f9dba2ba6e6 -r23a59cebf92d573927159e3645cf0a49afe3efcd
#
# 
# 
# patch "packages/ntp/ntp.inc"
#  from [305d228d1528f9bd0d2517997eeb341a3503e999]
#    to [aff13a765f8e30ab45462d4c147100a7257e81de]
# 
# patch "packages/ntp/ntp_4.2.0.bb"
#  from [92a866253ceed4afa8560d58774a545c788fddfc]
#    to [1cc396be7f989349696af33f38e64608200e3c8a]
# 
# patch "packages/ntp/ntp_4.2.2p3.bb"
#  from [0207f180391e9e005c35762c4a11c0b55ce3972a]
#    to [6101494a76d050c7b395badf7ba8e05640523149]
# 
============================================================
--- packages/ntp/ntp.inc	305d228d1528f9bd0d2517997eeb341a3503e999
+++ packages/ntp/ntp.inc	aff13a765f8e30ab45462d4c147100a7257e81de
@@ -16,6 +16,10 @@ inherit autotools update-rc.d
 
 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"
============================================================
--- packages/ntp/ntp_4.2.0.bb	92a866253ceed4afa8560d58774a545c788fddfc
+++ packages/ntp/ntp_4.2.0.bb	1cc396be7f989349696af33f38e64608200e3c8a
@@ -10,11 +10,6 @@ SRC_URI = "http://www.eecis.udel.edu/~nt
 	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
============================================================
--- packages/ntp/ntp_4.2.2p3.bb	0207f180391e9e005c35762c4a11c0b55ce3972a
+++ packages/ntp/ntp_4.2.2p3.bb	6101494a76d050c7b395badf7ba8e05640523149
@@ -7,10 +7,6 @@ SRC_URI = "http://www.eecis.udel.edu/~nt
 	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"






More information about the Openembedded-commits mailing list