[oe-commits] [meta-openembedded] 13/18: unbound: create recipe for version 1.9.2

git at git.openembedded.org git at git.openembedded.org
Thu Apr 18 18:23:01 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit b2479bc95bd84860fa425e97cf91880494be455a
Author: Beniamin Sandu <beniaminsandu at gmail.com>
AuthorDate: Thu Apr 18 18:34:32 2019 +0300

    unbound: create recipe for version 1.9.2
    
    Signed-off-by: Beniamin Sandu <beniamin.sandu at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-support/unbound/unbound_1.9.2.bb       | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/meta-networking/recipes-support/unbound/unbound_1.9.2.bb b/meta-networking/recipes-support/unbound/unbound_1.9.2.bb
new file mode 100644
index 0000000..9e0a241
--- /dev/null
+++ b/meta-networking/recipes-support/unbound/unbound_1.9.2.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Unbound is a validating, recursive, and caching DNS resolver"
+DESCRIPTION = "Unbound's design is a set of modular components which incorporate \
+	features including enhanced security (DNSSEC) validation, Internet Protocol \
+	Version 6 (IPv6), and a client resolver library API as an integral part of the \
+	architecture"
+
+HOMEPAGE = "https://www.unbound.net/"
+SECTION = "net"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06"
+
+SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master"
+SRCREV="61a28c2ee5e60132f26725583b66c1cf8214bb78"
+
+inherit autotools pkgconfig
+
+DEPENDS = "openssl libevent libtool-native bison-native expat"
+RDEPENDS_${PN} = "bash openssl-bin"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF = "libtool=${TARGET_PREFIX}libtool"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list