[oe-commits] Tom Rini : Revert "bind: Add DISTRO_FEATURES support for ipv6"

git version control git at git.openembedded.org
Thu Feb 3 22:36:28 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: 3d5f3c376f7bc92677527bf4672dd5d72b7988ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3d5f3c376f7bc92677527bf4672dd5d72b7988ad

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Jan 27 13:41:26 2011 -0700

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.1.bb    |    6 ++----
 recipes/bind/bind_9.3.4-P1.bb |    6 ++----
 recipes/bind/bind_9.3.5-P1.bb |    6 ++----
 recipes/bind/bind_9.3.6.bb    |    7 ++-----
 4 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/recipes/bind/bind_9.3.1.bb b/recipes/bind/bind_9.3.1.bb
index 11d4c71..268253e 100644
--- a/recipes/bind/bind_9.3.1.bb
+++ b/recipes/bind/bind_9.3.1.bb
@@ -1,7 +1,7 @@
 DEPENDS = "openssl"
 RPEDENDS = ""
 DESCRIPTION = "ISC Internet Domain Name Server"
-PR = "r2"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.isc.org/isc/bind9/9.3.1/bind-9.3.1.tar.gz \
            file://lib_dns_Makefile.in.patch \
@@ -9,9 +9,7 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/9.3.1/bind-9.3.1.tar.gz \
 	   file://conf.patch \
 	   "
 
-EXTRA_OECONF = "--with-randomdev=/dev/random --disable-threads \
-                --sysconfdir=/etc/bind --localstatedir=/var --prefix=/usr \
-                ${@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"
 inherit autotools update-rc.d
 
 INITSCRIPT_NAME = "bind"
diff --git a/recipes/bind/bind_9.3.4-P1.bb b/recipes/bind/bind_9.3.4-P1.bb
index f8ae48f..70c261e 100644
--- a/recipes/bind/bind_9.3.4-P1.bb
+++ b/recipes/bind/bind_9.3.4-P1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "ISC Internet Domain Name Server"
 SECTION = "console/network"
 HOMEPAGE = "http://www.isc.org/sw/bind/"
 LICENSE = "BSD"
-PR = "r1"
+PR = "r0"
 
 DEPENDS = "openssl"
 
@@ -12,9 +12,7 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/9.3.4-P1/bind-9.3.4-P1.tar.gz \
 	   file://so_bsdcompat.patch \
 	   "
 
-EXTRA_OECONF = "--with-randomdev=/dev/random --disable-threads \
-                --sysconfdir=/etc/bind --localstatedir=/var --prefix=/usr \
-                ${@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"
 inherit autotools update-rc.d
 
 INITSCRIPT_NAME = "bind"
diff --git a/recipes/bind/bind_9.3.5-P1.bb b/recipes/bind/bind_9.3.5-P1.bb
index f573e57..bb98261 100644
--- a/recipes/bind/bind_9.3.5-P1.bb
+++ b/recipes/bind/bind_9.3.5-P1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "ISC Internet Domain Name Server"
 SECTION = "console/network"
 HOMEPAGE = "http://www.isc.org/sw/bind/"
 LICENSE = "BSD"
-PR = "r1"
+PR = "r0"
 
 DEPENDS = "openssl"
 
@@ -12,9 +12,7 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/9.3.5-P1/bind-9.3.5-P1.tar.gz \
 	   file://so_bsdcompat.patch \
 	   "
 
-EXTRA_OECONF = "--with-randomdev=/dev/random --disable-threads \
-                --sysconfdir=/etc/bind --localstatedir=/var --prefix=/usr \
-                ${@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"
 inherit autotools update-rc.d
 
 INITSCRIPT_NAME = "bind"
diff --git a/recipes/bind/bind_9.3.6.bb b/recipes/bind/bind_9.3.6.bb
index 2ea37f9..b10d6e8 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"





More information about the Openembedded-commits mailing list