Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-14 Thread Paul Eggleton
On Friday 14 September 2012 15:26:14 Flanagan, Elizabeth wrote: > > The thing is, we have no other means of accurately determining the > > contents of the image than the installed package list, given that the > > package manager is ultimately in charge of resolving and installing > > dependencies d

Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-14 Thread Mark Hatle
On 9/14/12 5:26 PM, Flanagan, Elizabeth wrote: On Fri, Sep 14, 2012 at 3:11 PM, Paul Eggleton wrote: On Friday 14 September 2012 13:50:22 Flanagan, Elizabeth wrote: We really shouldn't be relying on package data at all for license manifests. As the manifests are relying on list_installed_packa

Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-14 Thread Flanagan, Elizabeth
On Fri, Sep 14, 2012 at 3:11 PM, Paul Eggleton wrote: > On Friday 14 September 2012 13:50:22 Flanagan, Elizabeth wrote: >> We really shouldn't be relying on package data at all for license >> manifests. As the manifests are relying on list_installed_packages, >> they end up inaccurate anyway as li

Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-14 Thread Paul Eggleton
On Friday 14 September 2012 13:50:22 Flanagan, Elizabeth wrote: > We really shouldn't be relying on package data at all for license > manifests. As the manifests are relying on list_installed_packages, > they end up inaccurate anyway as list_installed_packages does exactly > that. List software ins

Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-14 Thread Richard Purdie
On Fri, 2012-09-14 at 13:50 -0700, Flanagan, Elizabeth wrote: > On Fri, Sep 14, 2012 at 9:48 AM, Mark Hatle wrote: > > On 9/14/12 11:01 AM, Richard Purdie wrote: > >> > >> On Thu, 2012-09-13 at 15:43 -0700, Saul Wold wrote: > >>> > >>> On 09/13/2012 03:31 PM, Paul Eggleton wrote: > > On

Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-14 Thread Flanagan, Elizabeth
On Fri, Sep 14, 2012 at 9:48 AM, Mark Hatle wrote: > On 9/14/12 11:01 AM, Richard Purdie wrote: >> >> On Thu, 2012-09-13 at 15:43 -0700, Saul Wold wrote: >>> >>> On 09/13/2012 03:31 PM, Paul Eggleton wrote: On Thursday 13 September 2012 12:26:19 Saul Wold wrote: > > Make sure to

Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-14 Thread Mark Hatle
On 9/14/12 11:01 AM, Richard Purdie wrote: On Thu, 2012-09-13 at 15:43 -0700, Saul Wold wrote: On 09/13/2012 03:31 PM, Paul Eggleton wrote: On Thursday 13 September 2012 12:26:19 Saul Wold wrote: Make sure to find -package, this was causing a failure in the multi-lib build license generation d

Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-14 Thread Richard Purdie
On Thu, 2012-09-13 at 15:43 -0700, Saul Wold wrote: > On 09/13/2012 03:31 PM, Paul Eggleton wrote: > > On Thursday 13 September 2012 12:26:19 Saul Wold wrote: > >> Make sure to find -package, this was causing a failure > >> in the multi-lib build license generation during rootfs. > >> > >> Signed-o

Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-13 Thread Saul Wold
On 09/13/2012 03:31 PM, Paul Eggleton wrote: On Thursday 13 September 2012 12:26:19 Saul Wold wrote: Make sure to find -package, this was causing a failure in the multi-lib build license generation during rootfs. Signed-off-by: Saul Wold --- meta/classes/license.bbclass |2 +- 1 files c

Re: [OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-13 Thread Paul Eggleton
On Thursday 13 September 2012 12:26:19 Saul Wold wrote: > Make sure to find -package, this was causing a failure > in the multi-lib build license generation during rootfs. > > Signed-off-by: Saul Wold > --- > meta/classes/license.bbclass |2 +- > 1 files changed, 1 insertions(+), 1 deletions

[OE-core] [RFC PATCH] license: Ensure we find multilib packages also

2012-09-13 Thread Saul Wold
Make sure to find -package, this was causing a failure in the multi-lib build license generation during rootfs. Signed-off-by: Saul Wold --- meta/classes/license.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.