Hi all,
The overall open bug trend continue to decrease last week. The
new-submit vs. fixed bug is 35 vs. 40. Open bug number decreased to 136. WDD
number decreased to 675, which is close to the number of 1.0 release. Bug
status of WW35 could be found on
https://wiki.yoctoproject.org/wi
On Sun, 2011-08-28 at 04:10 -0700, Yu Ke wrote:
> lsb image requires libglu, so split the xpsb-glx to provide the libglu
> package. mesa-dri also do in the same way. so this patch make xpsb-glx
> in sync with mesa-dri.
>
> Fix [YOCTO #1395]
>
Thanks, Yu Ke. Pulled into meta-intel/master.
Acked
lsb image requires libglu, so split the xpsb-glx to provide the libglu
package. mesa-dri also do in the same way. so this patch make xpsb-glx
in sync with mesa-dri.
Fix [YOCTO #1395]
Signed-off-by: Yu Ke
---
.../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb |7 ++-
1 files changed, 6 i
this patch fix the bug 1395
http://bugzilla.yoctoproject.org/show_bug.cgi?id=1395
the root cause is that: lsb image rdepends on libglu, and xpsb does not provide
it.
so mesa-dri will be built for libglu. then there will be warning message because
both mesa-dri and xpsb will provide virtual/libgl,