Removed unneccessary creation of /shared/empty, added timezones DEPENDS
authorOyvind Repvik <nail@nslu2-linux.org>
Tue, 2 Aug 2005 12:43:39 +0000 (12:43 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 2 Aug 2005 12:43:39 +0000 (12:43 +0000)
packages/openntpd/openntpd_3.7p1.bb

index 0c20911..fc355c7 100644 (file)
@@ -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 () {