Re: [OE-core] [PATCH 2/2] qemu: Poke more paths for presence of libgl

2011-08-09 Thread Richard Purdie
On Sun, 2011-08-07 at 23:14 -0700, Khem Raj wrote: > On ubuntu 11.10 libGL is not in > /usr/lib/`uname -i`-linux-gnu/ directory > so we search this dir too. > > Signed-off-by: Khem Raj > --- > meta/recipes-devtools/qemu/qemu.inc |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Merge

[OE-core] [PATCH 2/2] qemu: Poke more paths for presence of libgl

2011-08-07 Thread Khem Raj
On ubuntu 11.10 libGL is not in /usr/lib/`uname -i`-linux-gnu/ directory so we search this dir too. Signed-off-by: Khem Raj --- meta/recipes-devtools/qemu/qemu.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtool