]> code.ossystems Code Review - openembedded-core.git/commit
base/glib-2.0: Simplify USE_NLS handling for glib-2.0
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 10:32:19 +0000 (11:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jun 2011 12:46:09 +0000 (13:46 +0100)
commit2e3727b05ae58aaf1eed88967c13cae085e7a702
tree44ed80ea65e6bff0ddc923d9128bb132856e3450
parente623d3015bbdeb2b42b9763937be899a1fa9c0ca
base/glib-2.0: Simplify USE_NLS handling for glib-2.0

Currently the only way to get anything to build is to set USE_NLS="yes"
for glib-2.0. We might as well do this in the recipe by default for
now and simpllify the code.

The magic handling of USE_NLS_<recipename> is also removed since this
can be done in the form USE_NLS_pn-<recipename> using overrides these
days.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass
meta/conf/distro/include/tclibc-uclibc.inc
meta/recipes-core/glib-2.0/glib-2.0.inc [deleted file]
meta/recipes-core/glib-2.0/glib.inc