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>
This commit is contained in:
Mark Asselstine 2013-12-18 15:42:01 -05:00 committed by Bruce Ashfield
parent 257393291d
commit f826f932e5

View File

@ -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"