From 4b632377f15b965904a1ba4316608f235f5c74ae Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 27 Jan 2011 13:41:26 -0700 Subject: Revert "bind: Add DISTRO_FEATURES support for ipv6" As Khem noted this is no longer needed. This reverts commit 7298be1f35f88c4646a47a59e2ac96e5efa5b39a. --- recipes/bind/bind_9.3.6.bb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'recipes/bind/bind_9.3.6.bb') diff --git a/recipes/bind/bind_9.3.6.bb b/recipes/bind/bind_9.3.6.bb index 2ea37f9fd7..b10d6e84ed 100644 --- a/recipes/bind/bind_9.3.6.bb +++ b/recipes/bind/bind_9.3.6.bb @@ -2,7 +2,7 @@ DESCRIPTION = "ISC Internet Domain Name Server" SECTION = "console/network" HOMEPAGE = "http://www.isc.org/sw/bind/" LICENSE = "BSD" -PR = "r2" +PR = "r1" DEPENDS = "openssl" @@ -11,10 +11,7 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${PN}-${PV}.tar.gz \ file://configure.in.patch \ " -EXTRA_OECONF = "--with-randomdev=/dev/random --disable-threads \ - --sysconfdir=/etc/bind --localstatedir=/var --prefix=/usr --disable-devpoll \ - --disable-epoll \ - ${@base_contains('DISTRO_FEATURES', 'ipv6', '--enable-ipv6=yes', '--enable-ipv6=no', d)}" +EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads --sysconfdir=/etc/bind --localstatedir=/var --prefix=/usr --disable-devpoll --disable-epoll" inherit autotools update-rc.d INITSCRIPT_NAME = "bind" -- cgit 1.2.3-korg