summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-10-04 20:52:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-17 14:10:40 +0100
commitadd6e674aba745c9fd0f5c6af3cda7997145a3c5 (patch)
treedcb9b2f8916af6bfe73831935b521aa5370e2d66 /meta
parent468e21662daf926e82b73761f48a1d10c7d2db52 (diff)
downloadpoky-add6e674aba745c9fd0f5c6af3cda7997145a3c5.tar.gz
bind: update to 9.8.1
The COPYRIGHT File was updates for both Year and showing the complete list of contributors, this change effectively adds BSD equivlant to the licensing terms. (From OE-Core rev: a770a56aba6419372654ea6f1413672a0aa19cc0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/bind/bind-9.8.1/conf.patch (renamed from meta/recipes-connectivity/bind/bind-9.7.2-P3/conf.patch)0
-rw-r--r--meta/recipes-connectivity/bind/bind-9.8.1/cross-build-fix.patch (renamed from meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch)0
-rw-r--r--meta/recipes-connectivity/bind/bind_9.8.1.bb (renamed from meta/recipes-connectivity/bind/bind_9.7.2-P3.bb)10
3 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/bind/bind-9.7.2-P3/conf.patch b/meta/recipes-connectivity/bind/bind-9.8.1/conf.patch
index deeb437290..deeb437290 100644
--- a/meta/recipes-connectivity/bind/bind-9.7.2-P3/conf.patch
+++ b/meta/recipes-connectivity/bind/bind-9.8.1/conf.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch b/meta/recipes-connectivity/bind/bind-9.8.1/cross-build-fix.patch
index 4978379bff..4978379bff 100644
--- a/meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch
+++ b/meta/recipes-connectivity/bind/bind-9.8.1/cross-build-fix.patch
diff --git a/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb b/meta/recipes-connectivity/bind/bind_9.8.1.bb
index e3089bbece..330acdbef2 100644
--- a/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.8.1.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "ISC Internet Domain Name Server"
2HOMEPAGE = "http://www.isc.org/sw/bind/" 2HOMEPAGE = "http://www.isc.org/sw/bind/"
3SECTION = "console/network" 3SECTION = "console/network"
4 4
5LICENSE = "ISC" 5LICENSE = "ISC & BSD"
6LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fe11ac92dcbd84134d91b6e2c2eccab5" 6LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0fbe2a3ab3c68ac3fea3cad13093877c"
7 7
8DEPENDS = "openssl" 8DEPENDS = "openssl"
9PR = "r0" 9PR = "r0"
@@ -13,12 +13,12 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
13 file://cross-build-fix.patch \ 13 file://cross-build-fix.patch \
14 " 14 "
15 15
16SRC_URI[md5sum] = "b4537cbae38b2daef36775bf49f33db9" 16SRC_URI[md5sum] = "cf31117c5d35af34d4c0702970ad9fb7"
17SRC_URI[sha256sum] = "cd945f4766be664f4528ec065df626ad3624481695316ec8e13ad272f4abfb7e" 17SRC_URI[sha256sum] = "02285dc429cb2a6687a1b2446e9ee22c1df27f2577225b05be5092395ee7c92c"
18 18
19# --enable-exportlib is necessary for building dhcp 19# --enable-exportlib is necessary for building dhcp
20EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads \ 20EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads \
21 --disable-devpoll --disable-epoll \ 21 --disable-devpoll --disable-epoll --with-gost=no \
22 --sysconfdir=${sysconfdir}/bind \ 22 --sysconfdir=${sysconfdir}/bind \
23 --with-openssl=${STAGING_LIBDIR}/.. --with-libxml2=${STAGING_LIBDIR}/.. \ 23 --with-openssl=${STAGING_LIBDIR}/.. --with-libxml2=${STAGING_LIBDIR}/.. \
24 --enable-exportlib --with-export-includedir=${includedir} --with-export-libdir=${libdir} \ 24 --enable-exportlib --with-export-includedir=${includedir} --with-export-libdir=${libdir} \