diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/dibbler/dibbler_git.bb')
-rw-r--r-- | meta-networking/recipes-connectivity/dibbler/dibbler_git.bb | 5 |
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 | " |
16 | PV = "1.0.1+1.0.2RC1+git${SRCREV}" | 16 | PV = "1.0.1+1.0.2RC1+git${SRCREV}" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | ||
19 | 18 | ||
20 | PACKAGECONFIG ??= "debug bind-reuse resolvconf dns-update" | 19 | PACKAGECONFIG ??= "debug bind-reuse resolvconf dns-update" |
21 | 20 | ||
@@ -41,3 +40,7 @@ FILES:${PN}-client = "${sbindir}/${PN}-client" | |||
41 | FILES:${PN}-relay = "${sbindir}/${PN}-relay" | 40 | FILES:${PN}-relay = "${sbindir}/${PN}-relay" |
42 | FILES:${PN}-requestor = "${sbindir}/${PN}-requestor" | 41 | FILES:${PN}-requestor = "${sbindir}/${PN}-requestor" |
43 | FILES:${PN}-server = "${sbindir}/${PN}-server" | 42 | FILES:${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] | ||
46 | CFLAGS += "-Wno-error=incompatible-pointer-types" | ||