Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 01/10] scripts/runqemu: Make it run on ubuntu 11.10
Date: Thu, 11 Aug 2011 09:29:49 -0700	[thread overview]
Message-ID: <c43c910efcc7a76740151e321bb148f0ea215355.1313079549.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1313079549.git.sgw@linux.intel.com>
In-Reply-To: <cover.1313079549.git.sgw@linux.intel.com>

From: Khem Raj <raj.khem@gmail.com>

location of libGL has moved in ubuntu 11.10
so we look for it in the new locations

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 scripts/runqemu |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/runqemu b/scripts/runqemu
index 9611c64..2b8e88a 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -388,6 +388,7 @@ libgl='no'
 
 test -e /usr/lib/libGL.so -a -e /usr/lib/libGLU.so && libgl='yes'
 test -e /usr/lib64/libGL.so -a -e /usr/lib64/libGLU.so && libgl='yes'
+test -e /usr/lib/`uname -i`-linux-gnu/libGL.so -a -e /usr/lib/`uname -i`-linux-gnu/libGLU.so && libgl='yes'
 
 if [ "$libgl" != 'yes' ]; then
     echo "You need libGL.so and libGLU.so to exist in your library path to run the QEMU emulator.
-- 
1.7.3.4




  reply	other threads:[~2011-08-11 16:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-11 16:29 [CONSOLIDATED PULL 00/10] Various Fixes Saul Wold
2011-08-11 16:29 ` Saul Wold [this message]
2011-08-11 16:29 ` [CONSOLIDATED PULL 02/10] gcc: Various fixups to ensure consistent gcc builds Saul Wold
2011-08-11 16:29 ` [CONSOLIDATED PULL 03/10] chkconfig: remove link for update-alternatives to disambiguate Saul Wold
2011-08-11 16:29 ` [CONSOLIDATED PULL 04/10] scripts/combo-layer: a simple way to script the combo-layer conf Saul Wold
2011-08-11 16:29 ` [CONSOLIDATED PULL 05/10] python-dir: specify am_cv_python_pythondir & am_cv_python_pyexecdir Saul Wold
2011-08-11 16:33   ` Kumar Gala
2011-08-11 16:29 ` [CONSOLIDATED PULL 06/10] xcb-proto: use python-dir class for proper path setting Saul Wold
2011-08-11 16:29 ` [CONSOLIDATED PULL 07/10] telepathy-python: utilize python-dir to respect libdir/site-packages path Saul Wold
2011-08-11 16:29 ` [CONSOLIDATED PULL 08/10] gnome-doc-utils: respect python-dir setting EXTRA_OECONF Saul Wold
2011-08-11 16:29 ` [CONSOLIDATED PULL 09/10] gcc: move --enable-target-optspace workaround to just gcc-4.5.1 Saul Wold
2011-08-11 16:32   ` Kumar Gala
2011-08-11 16:29 ` [CONSOLIDATED PULL 10/10] Magic file path should be given for rpmbuild Saul Wold
2011-08-11 18:23 ` [CONSOLIDATED PULL 00/10] Various Fixes Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c43c910efcc7a76740151e321bb148f0ea215355.1313079549.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox