diff options
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch.inc')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/openvswitch/openvswitch.inc b/recipes-networking/openvswitch/openvswitch.inc index b354a847..831e0b35 100644 --- a/recipes-networking/openvswitch/openvswitch.inc +++ b/recipes-networking/openvswitch/openvswitch.inc | |||
@@ -72,7 +72,7 @@ FILES:${PN} += "${datadir}/ovsdbmonitor" | |||
72 | FILES:${PN} += "/run" | 72 | FILES:${PN} += "/run" |
73 | 73 | ||
74 | FILES:${PN} += "${libdir}/python${PYTHON_BASEVERSION}/" | 74 | FILES:${PN} += "${libdir}/python${PYTHON_BASEVERSION}/" |
75 | inherit autotools update-rc.d systemd python3native | 75 | inherit pkgconfig autotools update-rc.d systemd python3native |
76 | 76 | ||
77 | SYSTEMD_PACKAGES = "${PN}-switch" | 77 | SYSTEMD_PACKAGES = "${PN}-switch" |
78 | SYSTEMD_SERVICE:${PN}-switch = " \ | 78 | SYSTEMD_SERVICE:${PN}-switch = " \ |