diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-06-13 08:46:32 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-06-15 23:21:33 -0400 |
commit | 2f16a0ea81ddb249c5d8a3e11573cb622436484f (patch) | |
tree | aff1640737d206ea820a5f7372c160d66eb73e95 /meta-networking/recipes-protocols | |
parent | e35a1fe480d3aa5cd0b0b8764f57796f3d7992d7 (diff) | |
download | meta-openembedded-2f16a0ea81ddb249c5d8a3e11573cb622436484f.tar.gz |
openflow: inherit autotools-brokensep
It needs autotools-brokensep, otherwise do_configure error:
run.do_configure.22953: line 109: ./boot.sh: No such file or directory
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index 43af54ea5..1a226f82c 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc | |||
@@ -22,7 +22,7 @@ PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl, libssl" | |||
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | inherit autotools | 25 | inherit autotools-brokensep |
26 | 26 | ||
27 | do_configure() { | 27 | do_configure() { |
28 | ./boot.sh | 28 | ./boot.sh |