diff options
-rw-r--r-- | recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb index f87d8f78..60e9fe14 100644 --- a/recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb +++ b/recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "OVS DPDK" | |||
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" |
4 | 4 | ||
5 | DEPENDS = "dpdk python-six-native coreutils-native" | 5 | DEPENDS = "dpdk python3-six-native coreutils-native" |
6 | RDEPENDS_${PN} = "bash libcrypto libssl python" | 6 | RDEPENDS_${PN} = "bash libcrypto libssl python3" |
7 | 7 | ||
8 | inherit python3native | 8 | inherit python3native |
9 | 9 | ||