mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
257393291d
commit
f826f932e5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user