mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
openvswitch: add libcap-ng PACKAGECONFIG
Add PACKAGECONFIG for libcap-ng, and default to enable it. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
9e84be6360
commit
f06b48c2c8
|
@ -50,8 +50,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35"
|
||||||
|
|
||||||
DPDK_INSTALL_DIR ?= "/opt/dpdk"
|
DPDK_INSTALL_DIR ?= "/opt/dpdk"
|
||||||
|
|
||||||
PACKAGECONFIG ?= ""
|
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=${STAGING_DIR_TARGET}${DPDK_INSTALL_DIR}/share/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk,dpdk"
|
||||||
|
PACKAGECONFIG[libcap-ng] = "--enable-libcapng,--disable-libcapng,libcap-ng,"
|
||||||
|
|
||||||
# Don't compile kernel modules by default since it heavily depends on
|
# Don't compile kernel modules by default since it heavily depends on
|
||||||
# kernel version. Use the in-kernel module for now.
|
# kernel version. Use the in-kernel module for now.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user