Re: [yocto] ALTERNATIVE_TARGET, ALTERNATIVE_PRIORITY problem

2015-02-03 Thread Mark Hatle
On 1/28/15 5:12 AM, Joseph Andrew de la Peña wrote: > Good day Mark, > > Thank you for the response! Really appreciate it. The purpose is the latter as > what you've provided (three packages that all provide 'bar'. ) > > When I tried this one, bar3 is the one pointed by bar. The aim is for bar to

Re: [yocto] ALTERNATIVE_TARGET, ALTERNATIVE_PRIORITY problem

2015-01-28 Thread Joseph Andrew de la Peña
Good day Mark, Thank you for the response! Really appreciate it. The purpose is the latter as what you've provided (three packages that all provide 'bar'. ) When I tried this one, bar3 is the one pointed by bar. The aim is for bar to point bar1 instead. Running rpm -qp as you suggested, they all

Re: [yocto] ALTERNATIVE_TARGET, ALTERNATIVE_PRIORITY problem

2015-01-27 Thread Mark Hatle
On 1/27/15 9:37 AM, Joseph Andrew de la Peña wrote: > Good day Yocto Community, > > I would like to ask what's wrong with my implementation with > update-alternatives: I think that you have some of the variables confused below. I've quoted bits of the class's header (internal documentation): #

[yocto] ALTERNATIVE_TARGET, ALTERNATIVE_PRIORITY problem

2015-01-27 Thread Joseph Andrew de la Peña
Good day Yocto Community, I would like to ask what's wrong with my implementation with update-alternatives: = *bar_git.bb :* PACKAGES =+ "${PN}-bar1 ${PN}-bar2 ${PN}-bar3" RPROVIDES_${PN}-bar1 = "bar" RPROVIDES_${PN}-bar2 = "bar" RPROVIDES_${PN}-bar3 = "bar"