diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/dibbler/dibbler_git.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/dibbler/dibbler_git.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb new file mode 100644 index 0000000000..8890e14318 --- /dev/null +++ b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | SUMMARY = "Dibbler DHCPv6 client" | ||
| 2 | DESCRIPTION = "Dibbler is a portable DHCPv6 implementation. It supports stateful as well as stateless autoconfiguration for IPv6." | ||
| 3 | HOMEPAGE = "http://klub.com.pl/dhcpv6" | ||
| 4 | |||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3" | ||
| 7 | |||
| 8 | SRCREV = "c4b0ed52e751da7823dd9a36e91f93a6310e5525" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/tomaszmrugalski/dibbler \ | ||
| 11 | file://dibbler_fix_getSize_crash.patch \ | ||
| 12 | " | ||
| 13 | PV = "1.0.1+1.0.2RC1+git${SRCREV}" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | PACKAGECONFIG ??= "debug bind-reuse resolvconf dns-update" | ||
| 18 | |||
| 19 | PACKAGECONFIG[debug] = "--enable-debug,,," | ||
| 20 | PACKAGECONFIG[efence] = "--enable-efence,,," | ||
| 21 | PACKAGECONFIG[bind-reuse] = "--enable-bind-reuse,,," | ||
| 22 | PACKAGECONFIG[dst-addr-filter] = "--enable-dst-addr-check,,," | ||
| 23 | PACKAGECONFIG[resolvconf] = "--enable-resolvconf,,," | ||
| 24 | PACKAGECONFIG[dns-update] = "--enable-dns-update,,," | ||
| 25 | PACKAGECONFIG[auth] = "--enable-auth,,," | ||
| 26 | PACKAGECONFIG[gtest] = "--enable-gtest-static,,," | ||
| 27 | |||
| 28 | inherit autotools | ||
| 29 | |||
| 30 | DEPENDS += "flex-native" | ||
| 31 | |||
| 32 | PACKAGES =+ "${PN}-requestor ${PN}-client ${PN}-relay ${PN}-server" | ||
| 33 | |||
| 34 | FILES_${PN}-client = "${sbindir}/${PN}-client" | ||
| 35 | FILES_${PN}-relay = "${sbindir}/${PN}-relay" | ||
| 36 | FILES_${PN}-requestor = "${sbindir}/${PN}-requestor" | ||
| 37 | FILES_${PN}-server = "${sbindir}/${PN}-server" | ||
