From 3e19a1d3227ad6ea425e1ee3daf780f76fe6acd9 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Tue, 2 Aug 2005 12:43:39 +0000 Subject: Removed unneccessary creation of /shared/empty, added timezones DEPENDS --- packages/openntpd/openntpd_3.7p1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/openntpd') diff --git a/packages/openntpd/openntpd_3.7p1.bb b/packages/openntpd/openntpd_3.7p1.bb index 0c2091160f..fc355c7273 100644 --- a/packages/openntpd/openntpd_3.7p1.bb +++ b/packages/openntpd/openntpd_3.7p1.bb @@ -5,7 +5,8 @@ HOMEPAGE = "http://www.openntpd.org/" LICENSE = "BSD" SECTION = "console/network" MAINTAINER = "Oyvind Repvik " -PR="r2" +DEPENDS = "timezones" +PR="r3" SRC_URI = "http://www.zip.com.au/~dtucker/openntpd/release/openntpd-${PV}.tar.gz \ file://autofoo.patch;patch=1 \ @@ -26,7 +27,6 @@ do_install_prepend() { do_install_append() { install -c -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/openntpd - install -d ${D}${localstatedir}/shared/empty } pkg_postrm () { -- cgit v1.2.3