On 20 May 2013 19:18, Carlos Rafael Giani <[email protected]> wrote: > I am currently adapting the cubox layer for dylan, and get these errors: > > ERROR: Multiple .bb files are due to be built which each provide > virtual/libgles1 > ERROR: Multiple .bb files are due to be built which each provide > virtual/libgles2 > ERROR: Multiple .bb files are due to be built which each provide virtual/egl
What are the bb files that are being build? I'm guessing mesa and marvell-libgfx, but can you confirm this? If you use depexp you can find out what's pulling in mesa, but it's generally mesa-demos. This depends on virtual/libgl that you're not providing, so it will pull in Mesa. If you don't have any support for "big" GL then the easiest fix is to take the recent patches to mesa-demos in master that let you turn off GL using PACKAGECONFIG options. Ross _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
