summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-08-16 12:51:22 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-17 11:51:59 -0400
commitf06b48c2c80339a67e78fa4fcd2b9da44ff3671c (patch)
tree51c829cc04b6fe8e25678144b5e6db7d97c69204 /recipes-networking/openvswitch
parent9e84be6360c64d822fb5a1cea027f40007db2fe5 (diff)
downloadmeta-virtualization-f06b48c2c80339a67e78fa4fcd2b9da44ff3671c.tar.gz
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>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 35f4ba8b..b4aab355 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -50,8 +50,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35"
50 50
51DPDK_INSTALL_DIR ?= "/opt/dpdk" 51DPDK_INSTALL_DIR ?= "/opt/dpdk"
52 52
53PACKAGECONFIG ?= "" 53PACKAGECONFIG ?= "libcap-ng"
54PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}${DPDK_INSTALL_DIR}/share/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk,dpdk" 54PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}${DPDK_INSTALL_DIR}/share/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk,dpdk"
55PACKAGECONFIG[libcap-ng] = "--enable-libcapng,--disable-libcapng,libcap-ng,"
55 56
56# Don't compile kernel modules by default since it heavily depends on 57# Don't compile kernel modules by default since it heavily depends on
57# kernel version. Use the in-kernel module for now. 58# kernel version. Use the in-kernel module for now.