On Wed, Aug 8, 2012 at 7:59 AM, Yes Yanus <[email protected]> wrote: > Hi everyone, > I have a question about multilib. I have a layer which is Independent of > meta. this layer include some bb files and some of them are same with bb > files in meta. for example, ncurses_5.7.bb in my layer and ncurses_5.9.bb in > meta. but when I run command bitbake lib32-ncurses the bb file in meta is > called. I have set the priority in my layer. the prority is higher than > layer in meta. why bb files in my layer can't be called ? > and if I run bitbake ncurses then bb files in my layer can be called. > > Who can tell me the cause and how to solve the question?
Perhaps PREFERRED_VERSION_ncurses = "5.7" ? -M > > Thanks > yes > > > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto > _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
