diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-13 02:04:24 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-02-22 08:31:59 -0500 |
commit | a87e046bc283691386b4ce6cbb83e416da93398e (patch) | |
tree | 9a4846e79f33eea25a23674014a8b92eca8c3013 /meta-networking | |
parent | cd366899ed6f0f07d643fd4e54c1ccb91540fc23 (diff) | |
download | meta-openembedded-a87e046bc283691386b4ce6cbb83e416da93398e.tar.gz |
openflow: inherit pkgconfig
Fixed:
configure:4463: error: possibly undefined macro: PKG_CHECK_MODULES
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:4466: error: possibly undefined macro: AC_MSG_WARN
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-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 d309ae1a8..7019bce7f 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc | |||
@@ -25,7 +25,7 @@ EXTRA_OECONF += " \ | |||
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
28 | inherit autotools-brokensep | 28 | inherit autotools-brokensep pkgconfig |
29 | 29 | ||
30 | do_configure() { | 30 | do_configure() { |
31 | ./boot.sh | 31 | ./boot.sh |