diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/dibbler/dibbler_git.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/dibbler/dibbler_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb index 34f8a7e3e5..cc36fbd4f0 100644 --- a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb +++ b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb | |||
| @@ -41,3 +41,7 @@ FILES:${PN}-client = "${sbindir}/${PN}-client" | |||
| 41 | FILES:${PN}-relay = "${sbindir}/${PN}-relay" | 41 | FILES:${PN}-relay = "${sbindir}/${PN}-relay" |
| 42 | FILES:${PN}-requestor = "${sbindir}/${PN}-requestor" | 42 | FILES:${PN}-requestor = "${sbindir}/${PN}-requestor" |
| 43 | FILES:${PN}-server = "${sbindir}/${PN}-server" | 43 | FILES:${PN}-server = "${sbindir}/${PN}-server" |
| 44 | |||
| 45 | # http://errors.yoctoproject.org/Errors/Details/766880/ | ||
| 46 | # git/Port-linux/interface.c:118:18: error: assignment to '__caddr_t' {aka 'char *'} from incompatible pointer type 'struct ethtool_value *' [-Wincompatible-pointer-types] | ||
| 47 | CFLAGS += "-Wno-error=incompatible-pointer-types" | ||
