[OE-core] [PATCH 0/9] Various misc fixes/cleanups

Richard Purdie richard.purdie at linuxfoundation.org
Sun Sep 25 15:56:58 UTC 2011


I've placed various misc fixes/cleanups into the git repository at:
  git://git.openembedded.org/openembedded-core-contrib rpurdie/master
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/master

Richard Purdie (9):
  gnome-desktop: Ensure we're deterministic about startup-notification
    dependency
  gtk+: Explicitly disable xinerama since we don't have it as a DEPENDS
  cairo: Disable bfd symbol loopup since we don't list it in DEPENDS
  libsndfile1: Disable external codec librbaries since we don't list in
    DEPENDS
  neon: Add libproxy to DEPENDS to ensure determinstic builds
  libtool: Fix an issue where unnecessary rpaths were being injected
  autotools.bbclass: Set the dynamic linker search path for libtool
    correctly
  base.bbclass: Drop legacy code that is no longer useful/used
  sstate: No need to spew out a debug message per file, summarise
    instead

 meta/classes/autotools.bbclass                     |    2 +
 meta/classes/base.bbclass                          |   30 ---------
 meta/classes/native.bbclass                        |    3 +
 meta/classes/sstate.bbclass                        |    7 +-
 meta/recipes-devtools/libtool/libtool-cross_2.4.bb |    2 +-
 .../recipes-devtools/libtool/libtool-native_2.4.bb |    2 +-
 .../libtool/libtool-nativesdk_2.4.bb               |    2 +-
 meta/recipes-devtools/libtool/libtool.inc          |    3 +-
 meta/recipes-devtools/libtool/libtool/1            |   55 +++++++++++++++++
 .../libtool/libtool/fix-rpath.patch                |   63 ++++++++++++++++++++
 meta/recipes-devtools/libtool/libtool_2.4.bb       |    2 +-
 meta/recipes-gnome/gnome/gnome-desktop.inc         |    4 +-
 meta/recipes-gnome/gtk+/gtk+_2.22.1.bb             |    4 +-
 meta/recipes-graphics/cairo/cairo.inc              |    3 +
 meta/recipes-graphics/cairo/cairo_1.10.2.bb        |    2 +-
 .../libsndfile/libsndfile1_1.0.24.bb               |    4 +-
 meta/recipes-support/neon/neon_0.29.5.bb           |    4 +-
 17 files changed, 146 insertions(+), 46 deletions(-)
 create mode 100644 meta/recipes-devtools/libtool/libtool/1
 create mode 100644 meta/recipes-devtools/libtool/libtool/fix-rpath.patch

-- 
1.7.5.4





More information about the Openembedded-core mailing list