diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-04 20:52:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-17 13:32:23 +0100 |
commit | a770a56aba6419372654ea6f1413672a0aa19cc0 (patch) | |
tree | 09b71c64f3e4552f22ab9864d4a9e2d8d3e78675 /meta | |
parent | 333859f0c068b9d03337a0397c7effd17cbd898a (diff) | |
download | openembedded-core-a770a56aba6419372654ea6f1413672a0aa19cc0.tar.gz openembedded-core-a770a56aba6419372654ea6f1413672a0aa19cc0.tar.bz2 openembedded-core-a770a56aba6419372654ea6f1413672a0aa19cc0.zip |
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.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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" HOMEPAGE = "http://www.isc.org/sw/bind/" SECTION = "console/network" -LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fe11ac92dcbd84134d91b6e2c2eccab5" +LICENSE = "ISC & BSD" +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0fbe2a3ab3c68ac3fea3cad13093877c" DEPENDS = "openssl" PR = "r0" @@ -13,12 +13,12 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ file://cross-build-fix.patch \ " -SRC_URI[md5sum] = "b4537cbae38b2daef36775bf49f33db9" -SRC_URI[sha256sum] = "cd945f4766be664f4528ec065df626ad3624481695316ec8e13ad272f4abfb7e" +SRC_URI[md5sum] = "cf31117c5d35af34d4c0702970ad9fb7" +SRC_URI[sha256sum] = "02285dc429cb2a6687a1b2446e9ee22c1df27f2577225b05be5092395ee7c92c" # --enable-exportlib is necessary for building dhcp EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads \ - --disable-devpoll --disable-epoll \ + --disable-devpoll --disable-epoll --with-gost=no \ --sysconfdir=${sysconfdir}/bind \ --with-openssl=${STAGING_LIBDIR}/.. --with-libxml2=${STAGING_LIBDIR}/.. \ --enable-exportlib --with-export-includedir=${includedir} --with-export-libdir=${libdir} \ |