runqemu: fix fedora pkg names when run fails
authorCristian Ciupitu <cristian.ciupitu@yahoo.com>
Fri, 29 Jun 2012 13:17:26 +0000 (16:17 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2012 15:47:43 +0000 (16:47 +0100)
commitc6151ab1bb2840c7e1594ee5f4368ea40f299c23
tree917eb4e2ebaf5586a1fc2a5920f1309abc1465a1
parentd3b2cdae646864b232443e848ae10337b3a34bc8
runqemu: fix fedora pkg names when run fails

runqemu can fail to with the following message:

    You need libGL.so and libGLU.so to exist in your library path to run the QEMU emulator.
        Fedora package names are: mesa-libGL mesa-libGLU.

The libGL.so and libGLU.so files are provided by the mesa-libGL-devel
and mesa-libGLU-devel Fedora packages (yum provides '*/libGL*.so').

(From OE-Core rev: f2b6f9c3a8b4f87b5570b78766a118e4290d773a)

Signed-off-by: Cristian Ciupitu <cristian.ciupitu@yahoo.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu