Re: Simple? query question

2011-06-30 Thread Jeff Johnson
On Jun 30, 2011, at 12:43 PM, Mark Hatle wrote: > On 6/30/11 11:37 AM, Jeff Johnson wrote: >> >> On Jun 30, 2011, at 12:29 PM, Mark Hatle wrote: >> >>> I'm working on multilib/multiarch support in the oe-core stuff. And I've >>> hit an >>> issue. I'm trying to query for a package of a specif

Re: Simple? query question

2011-06-30 Thread Mark Hatle
On 6/30/11 11:37 AM, Jeff Johnson wrote: > > On Jun 30, 2011, at 12:29 PM, Mark Hatle wrote: > >> I'm working on multilib/multiarch support in the oe-core stuff. And I've >> hit an >> issue. I'm trying to query for a package of a specific arch. >> >> rpm -q zlib >> >> returns: >> >> zlib-1.2.5

Re: Simple? query question

2011-06-30 Thread Jeff Johnson
On Jun 30, 2011, at 12:29 PM, Mark Hatle wrote: > I'm working on multilib/multiarch support in the oe-core stuff. And I've hit > an > issue. I'm trying to query for a package of a specific arch. > > rpm -q zlib > > returns: > > zlib-1.2.5-r0.x86_64 > > if I do: > > rpm -q zlib-1.2.5 or zl

Simple? query question

2011-06-30 Thread Mark Hatle
I'm working on multilib/multiarch support in the oe-core stuff. And I've hit an issue. I'm trying to query for a package of a specific arch. rpm -q zlib returns: zlib-1.2.5-r0.x86_64 if I do: rpm -q zlib-1.2.5 or zlib-1.2.5-r0 or zlib-1.2.5-r0.x86_64 I get the same result.. however, I thou