diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2018-10-17 16:04:10 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-10-18 11:43:20 -0400 |
commit | 2672520983841a4e933774e58965f7d15a4d95ad (patch) | |
tree | ad0ee859edb18bb4cdeab37f454f2a3669f4ad01 /recipes-networking/openvswitch | |
parent | 7403b5a6910d60a5430f4ba83b35871948f9d91d (diff) | |
download | meta-virtualization-2672520983841a4e933774e58965f7d15a4d95ad.tar.gz |
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 <mark.hatle@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
2 | 2 | ||
3 | DEPENDS += "virtual/kernel" | 3 | DEPENDS += "virtual/kernel" |
4 | 4 | ||
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
6 | |||
5 | RDEPENDS_${PN}-ptest += "\ | 7 | RDEPENDS_${PN}-ptest += "\ |
6 | python3-logging python3-syslog python3-io \ | 8 | python3-logging python3-syslog python3-io \ |
7 | python3-fcntl python3-shell python3-xml python3-math \ | 9 | python3-fcntl python3-shell python3-xml python3-math \ |