aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ntp
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-05-07 07:51:42 +0000
committerJohn Bowler <jbowler@nslu2-linux.org>2005-05-07 07:51:42 +0000
commitba496632ef100090247f739b9add85d9f0fef724 (patch)
tree2ec2f7e42e196254d97597ea2490360985d95b05 /packages/ntp
parent2b5bf9f272570ef9481272b1496971096e675955 (diff)
downloadopenembedded-ba496632ef100090247f739b9add85d9f0fef724.tar.gz
Remove the RDEPENDS on perl from ntp-bin
BKrev: 427c738ekRMWvLEHGtfDv0RDpjkJ1Q
Diffstat (limited to 'packages/ntp')
-rw-r--r--packages/ntp/ntp_4.2.0.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/ntp/ntp_4.2.0.bb b/packages/ntp/ntp_4.2.0.bb
index 78789c96f6..aece4dd8e1 100644
--- a/packages/ntp/ntp_4.2.0.bb
+++ b/packages/ntp/ntp_4.2.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://ntp.isc.org/bin/view/Main/WebHome"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "ntp"
-PR = "r1"
+PR = "r2"
# OE core: this is here to prevent this version of ntp from
# changing OE distros other than openslug. This code has
# only been tested on openslug. Feel free to remove these lines!
@@ -37,7 +37,10 @@ PROVIDES = "ntpdate-${PV} ntpdate-${PV}-${PR} ntpdate"
# This should use rc.update
FILES_ntpdate = "${bindir}/ntpdate ${sysconfdir}/init.d/ntpdate"
-RDEPENDS_ntp-bin = perl
+#This is too painful - perl is only needed for ntp-wait and ntptrace, which are
+#perl scripts, and installing perl is an enormous overhead for a user who only
+#needs ntpq
+#RDEPENDS_ntp-bin = perl
FILES_ntp-bin = "${bindir}/ntp-wait ${bindir}/ntpdc ${bindir}/ntpq ${bindir}/ntptime ${bindir}/ntptrace"
FILES_ntp = "${bindir}/ntpd ${bindir}/tickadj ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd"