From 97a57aca12437c24b628071bb189c9f3b94e27ca Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 6 Dec 2011 20:57:45 +0000 Subject: conf/machine: Don't poke around providers which aren't machine specific/safe Machines shouldn't be poking around PREFERRED_PROVIDERS which aren't machine specific or at least machine safe. Kernels are machine specific and the xserver is selectable. libx11 and mesa are now really a distro choice and machine configurations shouldn't be poking around them as it just leads to corruption, conflicts and confusion. Signed-off-by: Richard Purdie --- meta/conf/machine/qemuppc.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/conf/machine/qemuppc.conf') diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf index dacc802ef0..bcc408f4de 100644 --- a/meta/conf/machine/qemuppc.conf +++ b/meta/conf/machine/qemuppc.conf @@ -2,8 +2,6 @@ #@NAME: qemu PPC Emulator setup #@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation -PREFERRED_PROVIDER_virtual/libgl = "mesa-xlib" - require conf/machine/include/qemu.inc require conf/machine/include/tune-ppc603e.inc -- cgit 1.2.3-korg