From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SiC8M-0007hH-7A for openembedded-core@lists.openembedded.org; Sat, 23 Jun 2012 00:15:20 +0200 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 22 Jun 2012 15:04:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="115173279" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.12.175]) by AZSMGA002.ch.intel.com with ESMTP; 22 Jun 2012 15:04:21 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Fri, 22 Jun 2012 15:00:55 -0700 Message-Id: <59ac8cd0fbe10db27bc196dfd33daba528248eb6.1340402353.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.7.7.6 In-Reply-To: References: In-Reply-To: References: Subject: [CONSOLIDATED PULL 14/17] qemu.inc: Fix packageconfig options X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 22:15:21 -0000 From: Khem Raj --{en|dis}able-gl-accel is spcefic to gl patches in 0.15.1 which may not be available for other qemu's so if someone chooses to remove gl from PACKAGECONFIG then we dont explicitly use the --disable-gl-accel option since this wont be recognised by configure. Signed-off-by: Khem Raj --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index e618c1d..707493e 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -38,7 +38,7 @@ do_install () { } PACKAGECONFIG ??= "gl" -PACKAGECONFIG[gl] = "--enable-gl-accel,--disable-gl-accel,," +PACKAGECONFIG[gl] = "--enable-gl-accel,,," DEPENDS_virtclass-native = "zlib-native alsa-lib-native glib-2.0-native" DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk glib-2.0-nativesdk \ -- 1.7.7.6