All of lore.kernel.org
 help / color / mirror / Atom feed
From: Beniamin Sandu <beniaminsandu@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Beniamin Sandu <beniamin.sandu@gmail.com>
Subject: [meta-networking][PATCH] unbound: create recipe for version 1.9.2
Date: Thu, 18 Apr 2019 18:34:32 +0300	[thread overview]
Message-ID: <20190418153432.16745-1-beniamin.sandu@gmail.com> (raw)

Signed-off-by: Beniamin Sandu <beniamin.sandu@gmail.com>
---
 .../recipes-support/unbound/unbound_1.9.2.bb  | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-networking/recipes-support/unbound/unbound_1.9.2.bb

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 000000000..9e0a24187
--- /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"
-- 
2.17.1



             reply	other threads:[~2019-04-18 15:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-18 15:34 Beniamin Sandu [this message]
2019-04-27 17:02 ` [meta-networking][PATCH] unbound: create recipe for version 1.9.2 Khem Raj
2019-04-27 17:12   ` Khem Raj
2019-04-27 18:15     ` Ben
2019-04-27 18:26 ` Adrian Bunk
2019-04-27 18:32   ` Ben
2019-07-16 17:12 Beniamin Sandu
2019-07-17  4:46 ` Khem Raj
2019-07-17  6:56   ` Ben

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190418153432.16745-1-beniamin.sandu@gmail.com \
    --to=beniaminsandu@gmail.com \
    --cc=beniamin.sandu@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.