From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 2/2] eglibc packaging: locale packaging configuration
Date: Fri, 06 Apr 2012 23:23:34 -0700 [thread overview]
Message-ID: <4F7FDD66.7000304@gmail.com> (raw)
In-Reply-To: <850225ff923b1666bcfd119031eca717a76043f9.1333493785.git.nitin.a.kamble@intel.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 04/03/2012 03:57 PM, nitin.a.kamble@intel.com wrote:
> + + distro_features = (d.getVar('DISTRO_FEATURES', True) or
> '').split() + + # try to fix disable
> charsets/locales/locale-code compile fail + if 'libc-charsets'
> in distro_features and 'libc-locales' in distro_features and
> 'libc-locale-code' in distro_features:
can this be implemented using set instead of this long list of if and
and ?
declare a set of libc-charsets libc-locales libc-locale-code
and then check if its disjoint with set constructed from distro_features
> + d.setVar('PACKAGE_NO_GCONV', '0') + else: +
> d.setVar('PACKAGE_NO_GCONV', '1') }
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk9/3WYACgkQuwUzVZGdMxTCCQCfTPWYILOG3TL4zfrKygAl3CTl
DCAAn0B/CtTNVog6FpmRK0MoZpKpBB2b
=vil2
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2012-04-07 6:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-03 22:57 [PATCH 0/2] Few bugfixes nitin.a.kamble
2012-04-03 22:57 ` [PATCH 1/2] gcc-cross-intermediate: fix do_install for x32 nitin.a.kamble
2012-04-03 23:01 ` Kamble, Nitin A
2012-04-07 6:05 ` Khem Raj
2012-04-03 22:57 ` [PATCH 2/2] eglibc packaging: locale packaging configuration nitin.a.kamble
2012-04-03 23:20 ` Darren Hart
2012-04-07 6:23 ` Khem Raj [this message]
2012-04-04 17:06 ` [PATCH 0/2] Few bugfixes Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F7FDD66.7000304@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox