summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-04-25 17:39:32 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-08-07 11:42:29 -0300
commit60116179fd4e5edf6592b02c5317ade0ae840462 (patch)
treec75a9b5797fa96e9141cba59c3b8506ec359f4e1 /recipes-extended
parent54544ad1ff48274463977b14c7872872d770ce33 (diff)
downloadmeta-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')
-rw-r--r--recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb2
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"
2LICENSE = "BSD" 2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35" 3LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35"
4 4
5DEPENDS = "dpdk python-six-native" 5DEPENDS = "dpdk python-six-native coreutils-native"
6RDEPENDS_${PN} = "bash libcrypto libssl python" 6RDEPENDS_${PN} = "bash libcrypto libssl python"
7 7
8inherit pythonnative 8inherit pythonnative