[meta-virtualization] [PATCH] openvswitch: add missing depends on coreutils-native

Mark Asselstine mark.asselstine at windriver.com
Sat Mar 11 15:03:06 PST 2017


Additional information

Note that this seems to be related to the following (subject: State of
bitbake world, Failed tasks 2017-03-11)
https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg52129.html

Since cksum was already installed on my build host I believe this
patch is still required. I just wanted to follow up as the information
in the linked email might be of interest with this recent round of
build failures.

Mark

On Sat, Mar 11, 2017 at 5:31 PM, Mark Asselstine
<mark.asselstine at windriver.com> wrote:
> 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 at windriver.com>
> ---
>  recipes-networking/openvswitch/openvswitch.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-networking/openvswitch/openvswitch.inc b/recipes-networking/openvswitch/openvswitch.inc
> index 71c746f..1f0b52b 100644
> --- a/recipes-networking/openvswitch/openvswitch.inc
> +++ b/recipes-networking/openvswitch/openvswitch.inc
> @@ -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 \
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


More information about the meta-virtualization mailing list