mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
538d688aad
commit
fd6e0cda91
|
@ -72,7 +72,7 @@ FILES:${PN} += "${datadir}/ovsdbmonitor"
|
|||
FILES:${PN} += "/run"
|
||||
|
||||
FILES:${PN} += "${libdir}/python${PYTHON_BASEVERSION}/"
|
||||
inherit autotools update-rc.d systemd python3native
|
||||
inherit pkgconfig autotools update-rc.d systemd python3native
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}-switch"
|
||||
SYSTEMD_SERVICE:${PN}-switch = " \
|
||||
|
|
|
@ -32,10 +32,8 @@ SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-2.
|
|||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab"
|
||||
|
||||
DPDK_INSTALL_DIR ?= "/opt/dpdk"
|
||||
|
||||
PACKAGECONFIG ?= "libcap-ng"
|
||||
PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}${DPDK_INSTALL_DIR}/share/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk,dpdk"
|
||||
PACKAGECONFIG[dpdk] = "--with-dpdk=shared,,dpdk,dpdk"
|
||||
PACKAGECONFIG[libcap-ng] = "--enable-libcapng,--disable-libcapng,libcap-ng,"
|
||||
PACKAGECONFIG[ssl] = ",--disable-ssl,openssl,"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user