diff options
-rw-r--r-- | recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb index 472ac16e..e8d89c7c 100644 --- a/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb +++ b/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "OVS DPDK" | |||
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35" |
4 | 4 | ||
5 | DEPENDS = "dpdk python-six-native" | 5 | DEPENDS = "dpdk python-six-native coreutils-native" |
6 | RDEPENDS_${PN} = "bash libcrypto libssl python" | 6 | RDEPENDS_${PN} = "bash libcrypto libssl python" |
7 | 7 | ||
8 | inherit pythonnative | 8 | inherit pythonnative |