[oe-commits] Robert Yang : openflow: inherit autotools-brokensep

git at git.openembedded.org git at git.openembedded.org
Mon Jun 16 12:28:03 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 2f16a0ea81ddb249c5d8a3e11573cb622436484f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2f16a0ea81ddb249c5d8a3e11573cb622436484f

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Fri Jun 13 08:46:32 2014 +0800

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 at windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>

---

 meta-networking/recipes-protocols/openflow/openflow.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc
index 43af54e..1a226f8 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"
 
 S = "${WORKDIR}/git"
 
-inherit autotools
+inherit autotools-brokensep
 
 do_configure() {
     ./boot.sh



More information about the Openembedded-commits mailing list