From add6e674aba745c9fd0f5c6af3cda7997145a3c5 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 4 Oct 2011 20:52:23 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bind/bind_9.7.2-P3.bb | 55 ------------------------- 1 file changed, 55 deletions(-) delete mode 100644 meta/recipes-connectivity/bind/bind_9.7.2-P3.bb (limited to 'meta/recipes-connectivity/bind/bind_9.7.2-P3.bb') diff --git a/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb b/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb deleted file mode 100644 index e3089bbece..0000000000 --- a/meta/recipes-connectivity/bind/bind_9.7.2-P3.bb +++ /dev/null @@ -1,55 +0,0 @@ -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" - -DEPENDS = "openssl" -PR = "r0" - -SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ - file://conf.patch \ - file://cross-build-fix.patch \ - " - -SRC_URI[md5sum] = "b4537cbae38b2daef36775bf49f33db9" -SRC_URI[sha256sum] = "cd945f4766be664f4528ec065df626ad3624481695316ec8e13ad272f4abfb7e" - -# --enable-exportlib is necessary for building dhcp -EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads \ - --disable-devpoll --disable-epoll \ - --sysconfdir=${sysconfdir}/bind \ - --with-openssl=${STAGING_LIBDIR}/.. --with-libxml2=${STAGING_LIBDIR}/.. \ - --enable-exportlib --with-export-includedir=${includedir} --with-export-libdir=${libdir} \ - " -inherit autotools update-rc.d - -INITSCRIPT_NAME = "bind" -INITSCRIPT_PARAMS = "defaults" - -PARALLEL_MAKE = "" - -PACKAGES_prepend = "${PN}-utils " -FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/nslookup" -FILES_${PN}-dev += "${bindir}/isc-config.h" - -do_install_append() { - rm "${D}${bindir}/nslookup" - install -d "${D}${sysconfdir}/bind" - install -d "${D}${sysconfdir}/init.d" - install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/" - install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind" -} - -CONFFILES_${PN} = " \ - ${sysconfdir}/bind/named.conf \ - ${sysconfdir}/bind/named.conf.local \ - ${sysconfdir}/bind/named.conf.options \ - ${sysconfdir}/bind/db.0 \ - ${sysconfdir}/bind/db.127 \ - ${sysconfdir}/bind/db.empty \ - ${sysconfdir}/bind/db.local \ - ${sysconfdir}/bind/db.root \ - " - -- cgit v1.2.3-54-g00ecf