From a770a56aba6419372654ea6f1413672a0aa19cc0 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 4 Oct 2011 20:52:23 -0700 Subject: [PATCH] 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 --- .../bind/{bind-9.7.2-P3 => bind-9.8.1}/conf.patch | 0 .../cross-build-fix.patch | 0 .../bind/{bind_9.7.2-P3.bb => bind_9.8.1.bb} | 10 +++++----- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-connectivity/bind/{bind-9.7.2-P3 => bind-9.8.1}/conf.patch (100%) rename meta/recipes-connectivity/bind/{bind-9.7.2-P3 => bind-9.8.1}/cross-build-fix.patch (100%) rename meta/recipes-connectivity/bind/{bind_9.7.2-P3.bb => bind_9.8.1.bb} (82%) 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 similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.7.2-P3/conf.patch rename to 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 similarity index 100% rename from meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch rename to 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 similarity index 82% rename from meta/recipes-connectivity/bind/bind_9.7.2-P3.bb rename to 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} \ -- 2.40.1