[meta-freescale] [PATCH] ovs-dpdk: Add missing dep on coreutils-native

Chunrong Guo B40290 at freescale.com
Tue Apr 25 02:39:32 PDT 2017


From: Chunrong Guo <chunrong.guo at nxp.com>

    Fixes
    |./build-aux/calculate-schema-cksum: cksum: not found
    |Makefile:4958: recipe for target 'all-recursive' failed
---
 recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb
index 472ac16..e8d89c7 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
-- 
1.9.0



More information about the meta-freescale mailing list