Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Andre McCurdy <armccurdy@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH] dibbler: add initial recipe, dibbler 1.0.1
Date: Thu, 15 Dec 2016 08:04:11 -0800	[thread overview]
Message-ID: <1481817851-17771-1-git-send-email-armccurdy@gmail.com> (raw)

Dibbler is a portable DHCPv6 implementation.

  http://klub.com.pl/dhcpv6/

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 .../recipes-connectivity/dibbler/dibbler_1.0.1.bb  | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/dibbler/dibbler_1.0.1.bb

diff --git a/meta-oe/recipes-connectivity/dibbler/dibbler_1.0.1.bb b/meta-oe/recipes-connectivity/dibbler/dibbler_1.0.1.bb
new file mode 100644
index 0000000..41bb78f
--- /dev/null
+++ b/meta-oe/recipes-connectivity/dibbler/dibbler_1.0.1.bb
@@ -0,0 +1,40 @@
+SUMMARY = "A portable DHCPv6 implementation"
+DESCRIPTION = "Dibbler is a portable DHCPv6 implementation. It supports stateful \
+(i.e. IPv6 address granting and IPv6 prefix delegation) as well as stateless (i.e. \
+option granting) autoconfiguration for IPv6."
+HOMEPAGE = "http://klub.com.pl/dhcpv6"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3 \
+                    file://bison++/COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+
+DEPENDS = "flex-native bison-native"
+
+SRC_URI = "http://klub.com.pl/dhcpv6/dibbler/dibbler-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "93357bea3ec35b0c1d11242055361409"
+SRC_URI[sha256sum] = "27869877e060c039cbc24a5f6a9dd69006bf67de0ffdf29a645a80aef6e476a1"
+
+inherit autotools
+
+PACKAGECONFIG ?= "auth bind-reuse dns-update dst-addr-filter link-state"
+
+PACKAGECONFIG[auth] = "--enable-auth,--disable-auth"
+PACKAGECONFIG[bind-reuse] = "--enable-bind-reuse,--disable-bind-reuse"
+PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
+PACKAGECONFIG[dns-update] = "--enable-dns-update,--disable-dns-update"
+PACKAGECONFIG[dst-addr-filter] = "--enable-dst-addr-filter,--disable-dst-addr-filter"
+PACKAGECONFIG[link-state] = "--enable-link-state,--disable-link-state"
+PACKAGECONFIG[remote-autoconf] = "--enable-remote-autoconf,--disable-remote-autoconf"
+PACKAGECONFIG[resolvconf] = "--enable-resolvconf,--disable-resolvconf"
+
+EXTRA_OECONF += " \
+    --disable-efence \
+    --with-gtest=no \
+"
+
+PACKAGES =+ "${PN}-client ${PN}-relay ${PN}-requestor ${PN}-server"
+
+FILES_${PN}-client = "${sbindir}/${PN}-client"
+FILES_${PN}-relay = "${sbindir}/${PN}-relay"
+FILES_${PN}-requestor = "${sbindir}/${PN}-requestor"
+FILES_${PN}-server = "${sbindir}/${PN}-server"
-- 
1.9.1



             reply	other threads:[~2016-12-15 16:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-15 16:04 Andre McCurdy [this message]
2016-12-15 16:41 ` [meta-oe][PATCH] dibbler: add initial recipe, dibbler 1.0.1 Khem Raj

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=1481817851-17771-1-git-send-email-armccurdy@gmail.com \
    --to=armccurdy@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox