[OE-core] [PATCH 0/4] Misc sync up changes

Tom Rini tom_rini at mentor.com
Thu May 5 15:05:47 UTC 2011


The following series brings in a few fixups I pushed to openembedded today.
In short, in gcc/binutils we were referencing TARGET_SYS in places where we
had told configure to mangle things based on TARGET_PREFIX and in the
cases where they don't match, it wasn't working.  I had also just run into
some missing DEPENDS cases so they are included in this branch as well.

Pull URL: git://git.openembedded.org/openembedded-core-contrib
  Branch: trini/misc-sync-up
  Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/misc-sync-up

Thanks,
    Tom Rini <tom_rini at mentor.com>
---


Tom Rini (4):
  gcc-package-target: Switch to TARGET_PREFIX in symlinks
  binutils.inc: Switch to TARGET_PREFIX not TARGET_SYS
  sysstat.inc: Switch to inherit gettext
  bash.inc: Add bison-native to DEPENDS

 meta/recipes-devtools/binutils/binutils.inc      |   10 +++++-----
 meta/recipes-devtools/gcc/gcc-package-target.inc |   10 +++++-----
 meta/recipes-extended/bash/bash.inc              |    2 +-
 meta/recipes-extended/sysstat/sysstat.inc        |    4 +---
 meta/recipes-extended/sysstat/sysstat_9.1.5.bb   |    2 +-
 5 files changed, 13 insertions(+), 15 deletions(-)





More information about the Openembedded-core mailing list