summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openflow/openflow.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-07-22 09:50:43 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2017-09-08 16:38:41 -0400
commita669e44708e985f717b6af876fe5e5e24e9afa17 (patch)
tree3b48ee40d9ce12f5156a32b8cea56449ff3af782 /meta-networking/recipes-protocols/openflow/openflow.inc
parent0f57a51209586a2d5277d3a9ca0aac34a4eb228f (diff)
downloadmeta-openembedded-a669e44708e985f717b6af876fe5e5e24e9afa17.tar.gz
openflow: Fix build with musl
Regenerate configure before running oe_runconf Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-protocols/openflow/openflow.inc')
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc
index 0ae2d1f1d..cccbfa19a 100644
--- a/meta-networking/recipes-protocols/openflow/openflow.inc
+++ b/meta-networking/recipes-protocols/openflow/openflow.inc
@@ -27,9 +27,8 @@ S = "${WORKDIR}/git"
27 27
28inherit autotools-brokensep pkgconfig 28inherit autotools-brokensep pkgconfig
29 29
30do_configure() { 30do_configure_prepend() {
31 ./boot.sh 31 ./boot.sh
32 oe_runconf
33} 32}
34 33
35do_install_append() { 34do_install_append() {