qemu: add fedora pkg names when build failed
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 26 Mar 2012 06:49:38 +0000 (14:49 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Mar 2012 11:13:04 +0000 (12:13 +0100)
commit82cf69c3c360a9bcf1fb7cef5c0b8702e1d37d87
treeb9d6bea47d3963e3744507e0f17320503942c77e
parent24f7bfeeb1c78d3b3842638e94fd04e3cdf2fbda
qemu: add fedora pkg names when build failed

When qemu build failed, we can see such messages:

You need libGL.so and libGLU.so to exist in your library path and the
development headers for SDL installed to build qemu-native.

Ubuntu package names are: libgl1-mesa-dev, libglu1-mesa-dev and
libsdl1.2-dev

These pkgs have different names on Fedora distributions, and Fedora is
one the
main linux distributions, so add Fedora package names.

The following Fedora versions have these pkgs:
Fedora 9 64bit
Fedora 13 32bit
Fedora 13 64bit
Fedora 16 64bit

[YOCTO #2174]

(From OE-Core rev: 246438582f8a23ce1847bae230bce07fbb3c6d15)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc
scripts/runqemu