summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2013-12-18 15:42:01 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-18 16:15:48 -0500
commitf826f932e5ffc751e0fa0694f77d37622d939a69 (patch)
treee586459ed25e75cad43bc47c6470bf502b3a85fa /recipes-networking/openvswitch
parent257393291db93850c79cb055d8a7f28e04177d6a (diff)
downloadmeta-virtualization-f826f932e5ffc751e0fa0694f77d37622d939a69.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/openvswitch_1.10.0.bb2
1 files changed, 1 insertions, 1 deletions
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 \
60FILES_${PN} += "${datadir}/ovsdbmonitor" 60FILES_${PN} += "${datadir}/ovsdbmonitor"
61FILES_${PN} += "/run" 61FILES_${PN} += "/run"
62 62
63inherit autotools update-rc.d 63inherit autotools update-rc.d pkgconfig
64 64
65INITSCRIPT_PACKAGES = "${PN}-switch ${PN}-controller" 65INITSCRIPT_PACKAGES = "${PN}-switch ${PN}-controller"
66INITSCRIPT_NAME_${PN}-switch = "openvswitch-switch" 66INITSCRIPT_NAME_${PN}-switch = "openvswitch-switch"