mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
468e21662d
commit
add6e674ab
@@ -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} \
|
||||
Reference in New Issue
Block a user