diff options
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_1.10.0.bb | 2 |
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 \ | |||
60 | FILES_${PN} += "${datadir}/ovsdbmonitor" | 60 | FILES_${PN} += "${datadir}/ovsdbmonitor" |
61 | FILES_${PN} += "/run" | 61 | FILES_${PN} += "/run" |
62 | 62 | ||
63 | inherit autotools update-rc.d | 63 | inherit autotools update-rc.d pkgconfig |
64 | 64 | ||
65 | INITSCRIPT_PACKAGES = "${PN}-switch ${PN}-controller" | 65 | INITSCRIPT_PACKAGES = "${PN}-switch ${PN}-controller" |
66 | INITSCRIPT_NAME_${PN}-switch = "openvswitch-switch" | 66 | INITSCRIPT_NAME_${PN}-switch = "openvswitch-switch" |