Re: [OE-core] [PATCH 1/3] (libc-)package.bbclass: Added MLPREFIX to locale packages.

2012-05-17 Thread Richard Purdie
On Thu, 2012-05-17 at 11:12 -0700, Khem Raj wrote: > On Thu, May 17, 2012 at 2:25 AM, Lianhao Lu wrote: > > Added multilib prefix to the locale related package names/dependencies. > > > > Signed-off-by: Lianhao Lu > > Does mlprefix already has a leading '-' ? > otherwise I think adding a - would

Re: [OE-core] [PATCH 1/3] (libc-)package.bbclass: Added MLPREFIX to locale packages.

2012-05-17 Thread Khem Raj
On Thu, May 17, 2012 at 2:25 AM, Lianhao Lu wrote: > Added multilib prefix to the locale related package names/dependencies. > > Signed-off-by: Lianhao Lu Does mlprefix already has a leading '-' ? otherwise I think adding a - would make is more readable. > --- >  meta/classes/libc-package.bbcla

[OE-core] [PATCH 1/3] (libc-)package.bbclass: Added MLPREFIX to locale packages.

2012-05-17 Thread Lianhao Lu
Added multilib prefix to the locale related package names/dependencies. Signed-off-by: Lianhao Lu --- meta/classes/libc-package.bbclass |4 ++-- meta/classes/package.bbclass |5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/classes/libc-package.bbclass b