summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch.inc
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2021-11-15 22:13:38 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-19 08:30:42 -0500
commitfd6e0cda911560ae4a78ee913066ffefd8e29b7e (patch)
treeb4bb1884eecabc64a60ab7f1af03392c4282c6a4 /recipes-networking/openvswitch/openvswitch.inc
parent538d688aad04178c99f71807aa66fb773f99c7d0 (diff)
downloadmeta-virtualization-fd6e0cda911560ae4a78ee913066ffefd8e29b7e.tar.gz
openvswitch: fix configure error with dpdk enabled
When enabling 'dpdk' PACKAGECONFIG, the following error appears. | configure: error: Could not find DPDK library in default search path Fix the error by tweaking the configure option regarding dpdk. Add pkgconfig to 'inherit' because pkgconfig is required at do_configure when dpdk is enabled. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch.inc')
-rw-r--r--recipes-networking/openvswitch/openvswitch.inc2
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"
72FILES:${PN} += "/run" 72FILES:${PN} += "/run"
73 73
74FILES:${PN} += "${libdir}/python${PYTHON_BASEVERSION}/" 74FILES:${PN} += "${libdir}/python${PYTHON_BASEVERSION}/"
75inherit autotools update-rc.d systemd python3native 75inherit pkgconfig autotools update-rc.d systemd python3native
76 76
77SYSTEMD_PACKAGES = "${PN}-switch" 77SYSTEMD_PACKAGES = "${PN}-switch"
78SYSTEMD_SERVICE:${PN}-switch = " \ 78SYSTEMD_SERVICE:${PN}-switch = " \