From f826f932e5ffc751e0fa0694f77d37622d939a69 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 18 Dec 2013 15:42:01 -0500 Subject: openvswitch: add missing inherit openvswitch requires pkgconfig or you may see an error: configure.ac:53: error: Please install pkg-config. during configure. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- 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 c0ea8290..42d4bc44 100644 --- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb +++ b/recipes-networking/openvswitch/openvswitch_1.10.0.bb @@ -60,7 +60,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" -- cgit v1.2.3-54-g00ecf