]> code.ossystems Code Review - meta-freescale.git/commitdiff
ovs-dpdk: Add missing dep on coreutils-native
authorChunrong Guo <chunrong.guo@nxp.com>
Tue, 25 Apr 2017 09:39:32 +0000 (17:39 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 7 Aug 2017 14:42:29 +0000 (11:42 -0300)
    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>
recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb

index 472ac16eb174f4f015480cbcea79cf7fbb206dc5..e8d89c7c2d0600871da5f3ee460841e86a5d747f 100644 (file)
@@ -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