Hello, This pull request fixes a bug where glxgears would fail with the following error:
Error: couldn't get an RGB, Double-buffered visual. This was occurring for images which use RPM because do_rootfs could allow qemugl to be installed after libgl1, and qemugl's postinst needs to run after libgl1 is installed to replace the libGL library. This commit changes the postinst to run at first boot instead of during do_rootfs. This is an urgent fix to include with 1.2. - [YOCTO #2309] The following changes since commit dc0fe3fbf9ca862c1d0d90468e6da326f58e3b41: qemugl: make postinst run at first boot (2012-04-18 00:21:51 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib sgarman/glxgears-oe http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=glxgears-oe Scott Garman (1): qemugl: make postinst run at first boot meta/recipes-graphics/mesa/qemugl_git.bb | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
