summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/dibbler/dibbler_git.bb')
-rw-r--r--meta-networking/recipes-connectivity/dibbler/dibbler_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb
index 34f8a7e3e5..1dff38f0d5 100644
--- a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb
+++ b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb
@@ -15,7 +15,6 @@ SRC_URI = "git://github.com/tomaszmrugalski/dibbler;branch=master;protocol=https
15 " 15 "
16PV = "1.0.1+1.0.2RC1+git${SRCREV}" 16PV = "1.0.1+1.0.2RC1+git${SRCREV}"
17 17
18S = "${WORKDIR}/git"
19 18
20PACKAGECONFIG ??= "debug bind-reuse resolvconf dns-update" 19PACKAGECONFIG ??= "debug bind-reuse resolvconf dns-update"
21 20
@@ -41,3 +40,7 @@ FILES:${PN}-client = "${sbindir}/${PN}-client"
41FILES:${PN}-relay = "${sbindir}/${PN}-relay" 40FILES:${PN}-relay = "${sbindir}/${PN}-relay"
42FILES:${PN}-requestor = "${sbindir}/${PN}-requestor" 41FILES:${PN}-requestor = "${sbindir}/${PN}-requestor"
43FILES:${PN}-server = "${sbindir}/${PN}-server" 42FILES:${PN}-server = "${sbindir}/${PN}-server"
43
44# http://errors.yoctoproject.org/Errors/Details/766880/
45# git/Port-linux/interface.c:118:18: error: assignment to '__caddr_t' {aka 'char *'} from incompatible pointer type 'struct ethtool_value *' [-Wincompatible-pointer-types]
46CFLAGS += "-Wno-error=incompatible-pointer-types"