diff options
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index f1a5c4ca..0fb7c132 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
@@ -32,10 +32,8 @@ SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-2. | |||
32 | 32 | ||
33 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" | 33 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" |
34 | 34 | ||
35 | DPDK_INSTALL_DIR ?= "/opt/dpdk" | ||
36 | |||
37 | PACKAGECONFIG ?= "libcap-ng" | 35 | PACKAGECONFIG ?= "libcap-ng" |
38 | PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}${DPDK_INSTALL_DIR}/share/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk,dpdk" | 36 | PACKAGECONFIG[dpdk] = "--with-dpdk=shared,,dpdk,dpdk" |
39 | PACKAGECONFIG[libcap-ng] = "--enable-libcapng,--disable-libcapng,libcap-ng," | 37 | PACKAGECONFIG[libcap-ng] = "--enable-libcapng,--disable-libcapng,libcap-ng," |
40 | PACKAGECONFIG[ssl] = ",--disable-ssl,openssl," | 38 | PACKAGECONFIG[ssl] = ",--disable-ssl,openssl," |
41 | 39 | ||