diff options
Diffstat (limited to 'meta-networking/recipes-protocols/openflow/openflow_git.bb')
-rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow_git.bb b/meta-networking/recipes-protocols/openflow/openflow_git.bb index aad044a043..1588245f8a 100644 --- a/meta-networking/recipes-protocols/openflow/openflow_git.bb +++ b/meta-networking/recipes-protocols/openflow/openflow_git.bb | |||
@@ -37,7 +37,6 @@ EXTRA_OECONF += " \ | |||
37 | " | 37 | " |
38 | DEPENDS:append:libc-musl = " libexecinfo" | 38 | DEPENDS:append:libc-musl = " libexecinfo" |
39 | 39 | ||
40 | S = "${WORKDIR}/git" | ||
41 | 40 | ||
42 | inherit autotools-brokensep pkgconfig | 41 | inherit autotools-brokensep pkgconfig |
43 | 42 | ||
@@ -67,3 +66,8 @@ do_install:append() { | |||
67 | } | 66 | } |
68 | 67 | ||
69 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" | 68 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" |
69 | |||
70 | # http://errors.yoctoproject.org/Errors/Details/766898/ | ||
71 | # lib/flow.c:213:48: error: initialization of 'const struct arp_eth_header *' from incompatible pointer type 'struct arp_header *' [-Wincompatible-pointer-types] | ||
72 | # lib/backtrace.c:126:32: error: passing argument 1 of 'backtrace' from incompatible pointer type [-Wincompatible-pointer-types] | ||
73 | CFLAGS += "-Wno-error=incompatible-pointer-types" | ||