Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] scripts/runqemu: Make it run on ubuntu 11.10
Date: Thu, 11 Aug 2011 14:29:08 -0700	[thread overview]
Message-ID: <4E4449A4.9080606@linux.intel.com> (raw)
In-Reply-To: <1312785002-3627-1-git-send-email-raj.khem@gmail.com>

On 08/07/2011 11:30 PM, Khem Raj wrote:
> 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.

Merged into OE-Core

Thanks
	Sau!



      reply	other threads:[~2011-08-11 21:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-08  6:30 [PATCH] scripts/runqemu: Make it run on ubuntu 11.10 Khem Raj
2011-08-11 21:29 ` Saul Wold [this message]

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=4E4449A4.9080606@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