diff options
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/dibbler/dibbler_1.0.1.bb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-oe/recipes-connectivity/dibbler/dibbler_1.0.1.bb b/meta-oe/recipes-connectivity/dibbler/dibbler_1.0.1.bb deleted file mode 100644 index 41bb78fff..000000000 --- a/meta-oe/recipes-connectivity/dibbler/dibbler_1.0.1.bb +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | SUMMARY = "A portable DHCPv6 implementation" | ||
2 | DESCRIPTION = "Dibbler is a portable DHCPv6 implementation. It supports stateful \ | ||
3 | (i.e. IPv6 address granting and IPv6 prefix delegation) as well as stateless (i.e. \ | ||
4 | option granting) autoconfiguration for IPv6." | ||
5 | HOMEPAGE = "http://klub.com.pl/dhcpv6" | ||
6 | LICENSE = "GPLv2" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3 \ | ||
8 | file://bison++/COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
9 | |||
10 | DEPENDS = "flex-native bison-native" | ||
11 | |||
12 | SRC_URI = "http://klub.com.pl/dhcpv6/dibbler/dibbler-${PV}.tar.gz" | ||
13 | |||
14 | SRC_URI[md5sum] = "93357bea3ec35b0c1d11242055361409" | ||
15 | SRC_URI[sha256sum] = "27869877e060c039cbc24a5f6a9dd69006bf67de0ffdf29a645a80aef6e476a1" | ||
16 | |||
17 | inherit autotools | ||
18 | |||
19 | PACKAGECONFIG ?= "auth bind-reuse dns-update dst-addr-filter link-state" | ||
20 | |||
21 | PACKAGECONFIG[auth] = "--enable-auth,--disable-auth" | ||
22 | PACKAGECONFIG[bind-reuse] = "--enable-bind-reuse,--disable-bind-reuse" | ||
23 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | ||
24 | PACKAGECONFIG[dns-update] = "--enable-dns-update,--disable-dns-update" | ||
25 | PACKAGECONFIG[dst-addr-filter] = "--enable-dst-addr-filter,--disable-dst-addr-filter" | ||
26 | PACKAGECONFIG[link-state] = "--enable-link-state,--disable-link-state" | ||
27 | PACKAGECONFIG[remote-autoconf] = "--enable-remote-autoconf,--disable-remote-autoconf" | ||
28 | PACKAGECONFIG[resolvconf] = "--enable-resolvconf,--disable-resolvconf" | ||
29 | |||
30 | EXTRA_OECONF += " \ | ||
31 | --disable-efence \ | ||
32 | --with-gtest=no \ | ||
33 | " | ||
34 | |||
35 | PACKAGES =+ "${PN}-client ${PN}-relay ${PN}-requestor ${PN}-server" | ||
36 | |||
37 | FILES_${PN}-client = "${sbindir}/${PN}-client" | ||
38 | FILES_${PN}-relay = "${sbindir}/${PN}-relay" | ||
39 | FILES_${PN}-requestor = "${sbindir}/${PN}-requestor" | ||
40 | FILES_${PN}-server = "${sbindir}/${PN}-server" | ||