From: Oyvind Repvik Date: Tue, 2 Aug 2005 12:43:39 +0000 (+0000) Subject: Removed unneccessary creation of /shared/empty, added timezones DEPENDS X-Git-Tag: Release-2010-05/1~9453^2~4011^2~4^2^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e19a1d3227ad6ea425e1ee3daf780f76fe6acd9;p=openembedded.git Removed unneccessary creation of /shared/empty, added timezones DEPENDS --- 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 () {