mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
7403b5a691
commit
2672520983
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user