mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
openvswitch: add missing depends on coreutils-native
I was getting the following error when building the latest master: ../git/build-aux/calculate-schema-cksum: cksum: not found ../git/build-aux/calculate-schema-cksum: cksum: not found Adding coreutils-native which supplies 'cksum' resolved this. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
5c501c8ec8
commit
d90285a353
|
@ -11,7 +11,7 @@ HOMEPAGE = "http://openvswitch.org/"
|
|||
SECTION = "networking"
|
||||
LICENSE = "Apache-2"
|
||||
|
||||
DEPENDS += "bridge-utils openssl python perl python-six-native"
|
||||
DEPENDS += "bridge-utils openssl python perl python-six-native coreutils-native"
|
||||
|
||||
RDEPENDS_${PN} += "util-linux-uuidgen util-linux-libuuid coreutils \
|
||||
python perl perl-module-strict ${PN}-switch \
|
||||
|
|
Loading…
Reference in New Issue
Block a user