summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/openntpd/openntpd_3.7p1.bb4
1 files changed, 2 insertions, 2 deletions
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 <nail@nslu2-linux.org>"
-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 () {