1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00

Ensure all packages which should have x86_64 in COMPATIBLE_HOST

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2010-08-18 18:54:14 +01:00
committed by Richard Purdie
parent ca95d02ce0
commit 0741c3b8cb
6 changed files with 6 additions and 8 deletions
@@ -15,4 +15,4 @@ PACKAGE_ARCH = "all"
FILES_${PN} = " /install.sh "
# Alternatives to grub need adding for other arch support
COMPATIBLE_HOST = "(i.86).*-linux"
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"