[OE-core] [PATCH 0/4] Misc core cleanups

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jun 23 12:27:25 UTC 2011


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





More information about the Openembedded-core mailing list