summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-29 22:37:02 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-30 12:06:53 +0000
commit5dd8644879b894973337dc92e94f38095ce61499 (patch)
tree4ca5014053102270f6f30eb529936e14941f8fd1
parent8494db74786307d44169bee4f21dc0efa1643f70 (diff)
downloadpoky-5dd8644879b894973337dc92e94f38095ce61499.tar.gz
bind: update to 8.7.2-P3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-connectivity/bind/bind-9.7.2-P3/conf.patch (renamed from meta/recipes-connectivity/bind/bind-9.7.2-P2/conf.patch)0
-rw-r--r--meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch (renamed from meta/recipes-connectivity/bind/bind-9.7.2-P2/cross-build-fix.patch)0
-rw-r--r--meta/recipes-connectivity/bind/bind_9.7.2-P3.bb (renamed from meta/recipes-connectivity/bind/bind_9.7.2-P2.bb)5
3 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bind/bind-9.7.2-P2/conf.patch b/meta/recipes-connectivity/bind/bind-9.7.2-P3/conf.patch
index deeb437290..deeb437290 100644
--- a/meta/recipes-connectivity/bind/bind-9.7.2-P2/conf.patch
+++ b/meta/recipes-connectivity/bind/bind-9.7.2-P3/conf.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.7.2-P2/cross-build-fix.patch b/meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch
index 4978379bff..4978379bff 100644
--- a/meta/recipes-connectivity/bind/bind-9.7.2-P2/cross-build-fix.patch
+++ b/meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch
diff --git a/meta/recipes-connectivity/bind/bind_9.7.2-P2.bb b/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb
index 6aaa6ffdca..675ab1798a 100644
--- a/meta/recipes-connectivity/bind/bind_9.7.2-P2.bb
+++ b/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb
@@ -13,6 +13,9 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${PN}-${PV}.tar.gz \
13 file://cross-build-fix.patch \ 13 file://cross-build-fix.patch \
14 " 14 "
15 15
16SRC_URI[md5sum] = "b4537cbae38b2daef36775bf49f33db9"
17SRC_URI[sha256sum] = "cd945f4766be664f4528ec065df626ad3624481695316ec8e13ad272f4abfb7e"
18
16# --enable-exportlib is necessary for building dhcp 19# --enable-exportlib is necessary for building dhcp
17EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads \ 20EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads \
18 --disable-devpoll --disable-epoll \ 21 --disable-devpoll --disable-epoll \
@@ -50,5 +53,3 @@ CONFFILES_${PN} = " \
50 ${sysconfdir}/bind/db.root \ 53 ${sysconfdir}/bind/db.root \
51 " 54 "
52 55
53SRC_URI[md5sum] = "e74de6ec9c2cd27576794c873bd85f4a"
54SRC_URI[sha256sum] = "e6d5938184066fc793c28ff975e09e9721116aede2a2d6d93b1be5e8654a5c8a"