diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-04-25 17:39:32 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-07 11:42:29 -0300 |
commit | 60116179fd4e5edf6592b02c5317ade0ae840462 (patch) | |
tree | c75a9b5797fa96e9141cba59c3b8506ec359f4e1 /recipes-extended/ovs-dpdk | |
parent | 54544ad1ff48274463977b14c7872872d770ce33 (diff) | |
download | meta-freescale-60116179fd4e5edf6592b02c5317ade0ae840462.tar.gz |
ovs-dpdk: Add missing dep on coreutils-native
Fixes
|./build-aux/calculate-schema-cksum: cksum: not found
|Makefile:4958: recipe for target 'all-recursive' failed
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/ovs-dpdk')
-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 |