From: Chunrong Guo Date: Tue, 25 Apr 2017 09:39:32 +0000 (+0800) Subject: ovs-dpdk: Add missing dep on coreutils-native X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=60116179fd4e5edf6592b02c5317ade0ae840462;p=meta-freescale.git 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 --- 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" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35" -DEPENDS = "dpdk python-six-native" +DEPENDS = "dpdk python-six-native coreutils-native" RDEPENDS_${PN} = "bash libcrypto libssl python" inherit pythonnative