From 2672520983841a4e933774e58965f7d15a4d95ad Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 17 Oct 2018 16:04:10 -0400 Subject: openvswitch: Make openvswitch a machine_arch package Openvswitch recipe depends on the kernel source, which is machine specific. It can then use this machine specific resource to configure and build the recipe. This mix causes the hash values of this package to change based on the machine, so this package must also be a machine_arch package. Signed-off-by: Mark Hatle Signed-off-by: Bruce Ashfield --- recipes-networking/openvswitch/openvswitch_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index 4cd82d77..a9309332 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb @@ -2,6 +2,8 @@ require openvswitch.inc DEPENDS += "virtual/kernel" +PACKAGE_ARCH = "${MACHINE_ARCH}" + RDEPENDS_${PN}-ptest += "\ python3-logging python3-syslog python3-io \ python3-fcntl python3-shell python3-xml python3-math \ -- cgit v1.2.3-54-g00ecf