[meta-virtualization] [PATCH 1/2] openvswitch: add missing inherit

Mark Asselstine mark.asselstine at windriver.com
Wed Dec 18 12:42:01 PST 2013


openvswitch requires pkgconfig or you may see an error:

configure.ac:53: error: Please install pkg-config.

during configure.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
Bruce,

Here is another set of commits to fix potential build issues, usually
encountered while building out of sstate. Sorry for not grouping these
with my recent lxc commit, I pulled the trigger too quickly.

Mark


 recipes-networking/openvswitch/openvswitch_1.10.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
index 02c8ab3..931beb8 100644
--- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb
+++ b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
@@ -59,7 +59,7 @@ FILES_${PN}-switch = "${sysconfdir}/init.d/openvswitch-switch \
 FILES_${PN} += "${datadir}/ovsdbmonitor"
 FILES_${PN} += "/run"
 
-inherit autotools update-rc.d
+inherit autotools update-rc.d pkgconfig
 
 INITSCRIPT_PACKAGES = "${PN}-switch ${PN}-controller"
 INITSCRIPT_NAME_${PN}-switch = "openvswitch-switch"
-- 
1.8.3.2



More information about the meta-virtualization mailing list