mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02: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:
committed by
Richard Purdie
parent
ca95d02ce0
commit
0741c3b8cb
@@ -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"
|
||||
|
||||
@@ -56,4 +56,4 @@ python populate_packages_prepend() {
|
||||
do_split_packages(d, dri_drivers_root, '^(.*)_dri\.so$', 'mesa-dri-driver-%s', 'Mesa %s DRI driver', extra_depends='')
|
||||
}
|
||||
|
||||
COMPATIBLE_HOST = '(i.86.*-linux)'
|
||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
|
||||
file://valgrind_3.5.0-svn_r11264.patch.bz2 \
|
||||
file://fix_issue_caused_by_ccache.patch "
|
||||
|
||||
COMPATIBLE_HOST = 'i.86.*-linux'
|
||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
@@ -7,4 +7,4 @@ EXTRA_OECONF += "--disable-xvmc"
|
||||
DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
|
||||
virtual/libgl xineramaproto xf86driproto libpciaccess"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86.*-linux)'
|
||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux
|
||||
|
||||
@@ -13,6 +13,4 @@ SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protoc
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86.*-linux)'
|
||||
|
||||
|
||||
COMPATIBLE_HOST = '(i.86|x86_4).*-linux'
|
||||
|
||||
@@ -6,4 +6,4 @@ DESCRIPTION = "X.Org X server -- Generic Vesa display driver"
|
||||
DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
|
||||
virtual/libgl xineramaproto xf86driproto libpciaccess"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86.*-linux)'
|
||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||
|
||||
Reference in New Issue
Block a user