Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Misc core cleanups
@ 2011-06-23 12:27 Richard Purdie
  2011-06-23 12:27 ` [PATCH 1/4] base.bbclass: Drop old style SRCDATE handling, we have pn- overrides now Richard Purdie
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Richard Purdie @ 2011-06-23 12:27 UTC (permalink / raw)
  To: openembedded-core

Following are four proposed cleanups for the core classes. 

The patches are available on the end of the branch in the git repository at:
  git://git.pokylinux.org/poky-contrib rpurdie/wip
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rpurdie/wip

Richard Purdie (4):
  base.bbclass: Drop old style SRCDATE handling, we have pn- overrides
    now
  base.bbclass: Since we require python 2.6 which always contains
    hashlib we can drop this fallback code
  classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity
    and serves no useful purpose
  base/glib-2.0: Simplify USE_NLS handling for glib-2.0

 meta/classes/base.bbclass                  |   27 +--------------------------
 meta/classes/cross-canadian.bbclass        |   14 +++++++-------
 meta/classes/sstate.bbclass                |    4 ++--
 meta/conf/bitbake.conf                     |    9 ++-------
 meta/conf/distro/include/tclibc-uclibc.inc |    1 -
 meta/recipes-core/glib-2.0/glib-2.0.inc    |    6 ------
 meta/recipes-core/glib-2.0/glib.inc        |    3 +--
 7 files changed, 13 insertions(+), 51 deletions(-)
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0.inc

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-06-23 23:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 12:27 [PATCH 0/4] Misc core cleanups Richard Purdie
2011-06-23 12:27 ` [PATCH 1/4] base.bbclass: Drop old style SRCDATE handling, we have pn- overrides now Richard Purdie
2011-06-23 12:27 ` [PATCH 2/4] base.bbclass: Since we require python 2.6 which always contains hashlib we can drop this fallback code Richard Purdie
2011-06-23 12:27 ` [PATCH 3/4] classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and serves no useful purpose Richard Purdie
2011-06-23 12:27 ` [PATCH 4/4] base/glib-2.0: Simplify USE_NLS handling for glib-2.0 Richard Purdie
2011-06-23 23:46   ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox