Re: [OE-core] [PATCH 4/9] package_rpm: Add capability to directly query packageorigin

2012-06-13 Thread Giuseppe Condorelli
Hi Mark, many thanks for the explanation. Cheers, Giuseppe 2012/6/12 Mark Hatle > On 6/12/12 2:21 AM, Giuseppe Condorelli wrote: > >> Hi Mark, >> this can be interesting for me. Please can you explain with an example >> what >> really this patch does? >> > > The resolver database is seeded wit

Re: [OE-core] [PATCH 4/9] package_rpm: Add capability to directly query packageorigin

2012-06-12 Thread Mark Hatle
On 6/12/12 2:21 AM, Giuseppe Condorelli wrote: Hi Mark, this can be interesting for me. Please can you explain with an example what really this patch does? The resolver database is seeded with all of the items from the packagefeed. When you seed (install) a database, each entry gets a record o

Re: [OE-core] [PATCH 4/9] package_rpm: Add capability to directly query packageorigin

2012-06-12 Thread Giuseppe Condorelli
Hi Mark, this can be interesting for me. Please can you explain with an example what really this patch does? Many thanks, Giuseppe 2012/6/11 Mark Hatle > Add functionality to RPM to directly query the packageorigin (path) from > the resolver database, instead of having to do this via an indirec

[OE-core] [PATCH 4/9] package_rpm: Add capability to directly query packageorigin

2012-06-11 Thread Mark Hatle
Add functionality to RPM to directly query the packageorigin (path) from the resolver database, instead of having to do this via an indirect method. This results in a minor performance improvement. Signed-off-by: Mark Hatle --- meta/classes/package_rpm.bbclass | 18 +++--