diff options
| author | Beni <beniaminsandu@gmail.com> | 2020-11-21 12:03:48 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-23 07:09:34 -0800 |
| commit | 70662b5b7e244637c08693fc70b3f79e73dd089f (patch) | |
| tree | dbb73dee2b7e50244826295588b80a5e34480ac4 /meta-networking/recipes-support/unbound/unbound_1.9.4.bb | |
| parent | 8b3d8bb3e50f526af45a2d3279693229cc2ea172 (diff) | |
| download | meta-openembedded-70662b5b7e244637c08693fc70b3f79e73dd089f.tar.gz | |
unbound: upgrade to 1.12.0
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/unbound/unbound_1.9.4.bb')
| -rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.9.4.bb | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.9.4.bb b/meta-networking/recipes-support/unbound/unbound_1.9.4.bb deleted file mode 100644 index 6200214acb..0000000000 --- a/meta-networking/recipes-support/unbound/unbound_1.9.4.bb +++ /dev/null | |||
| @@ -1,46 +0,0 @@ | |||
| 1 | SUMMARY = "Unbound is a validating, recursive, and caching DNS resolver" | ||
| 2 | DESCRIPTION = "Unbound's design is a set of modular components which incorporate \ | ||
| 3 | features including enhanced security (DNSSEC) validation, Internet Protocol \ | ||
| 4 | Version 6 (IPv6), and a client resolver library API as an integral part of the \ | ||
| 5 | architecture" | ||
| 6 | |||
| 7 | HOMEPAGE = "https://www.unbound.net/" | ||
| 8 | SECTION = "net" | ||
| 9 | LICENSE = "BSD-3-Clause" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master \ | ||
| 13 | file://0001-contrib-add-yocto-compatible-startup-scripts.patch \ | ||
| 14 | " | ||
| 15 | SRCREV="b60c4a472c856f0a98120b7259e991b3a6507eb5" | ||
| 16 | |||
| 17 | inherit autotools pkgconfig systemd update-rc.d | ||
| 18 | |||
| 19 | DEPENDS = "openssl libevent libtool-native bison-native expat" | ||
| 20 | RDEPENDS_${PN} = "bash openssl-bin daemonize" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | |||
| 24 | EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \ | ||
| 25 | --with-ssl=${STAGING_EXECPREFIXDIR} \ | ||
| 26 | libtool=${HOST_SYS}-libtool \ | ||
| 27 | " | ||
| 28 | |||
| 29 | |||
| 30 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile systemd', d)}" | ||
| 31 | PACKAGECONFIG[dnscrypt] = "--enable-dnscrypt, --disable-dnscrypt, libsodium" | ||
| 32 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," | ||
| 33 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | ||
| 34 | |||
| 35 | do_install_append() { | ||
| 36 | install -d ${D}${systemd_unitdir}/system | ||
| 37 | install -m 0644 ${B}/contrib/unbound.service ${D}${systemd_unitdir}/system | ||
| 38 | |||
| 39 | install -d ${D}${sysconfdir}/init.d | ||
| 40 | install -m 0755 ${S}/contrib/unbound.init ${D}${sysconfdir}/init.d/unbound | ||
| 41 | } | ||
| 42 | |||
| 43 | SYSTEMD_SERVICE_${PN} = "${BPN}.service" | ||
| 44 | |||
| 45 | INITSCRIPT_NAME = "unbound" | ||
| 46 | INITSCRIPT_PARAMS = "defaults" | ||
