Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/9] Patches pending on O.S. Systems tree
@ 2011-06-17 14:51 Otavio Salvador
  2011-06-17 14:51 ` [PATCH 1/9] oe.classutils: add module Otavio Salvador
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Otavio Salvador @ 2011-06-17 14:51 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 835d817f1ba7b99167743fdb86ba80f3a07bd82d:

  systemtap: remove non-core COMPATIBLE_MACHINES (2011-06-16 22:12:40 +0100)

are available in the git repository at:
  git://github.com/OSSystems/oe-core master
  https://github.com/OSSystems/oe-core/tree/master

Chris Larson (3):
  oe.classutils: add module
  Rework how the devshell functions
  oe.terminal: improve how we spawn screen

Otavio Salvador (6):
  cmake.bbclass: use CPPFLAGS and CXXFLAGS
  cmake: refactor recipe
  lib_package.bbclass: move static libraries to ${PN}-staticdev
  libxml: extend nativesdk class
  libarchive: add 2.8.4 version
  cmake: add nativesdk and target versions

 meta/classes/cmake.bbclass                         |    8 +-
 meta/classes/devshell.bbclass                      |   26 ++---
 meta/classes/lib_package.bbclass                   |    2 +-
 meta/classes/terminal.bbclass                      |   30 ++++++
 meta/lib/oe/classutils.py                          |   45 ++++++++
 meta/lib/oe/terminal.py                            |  107 ++++++++++++++++++++
 meta/recipes-core/libxml/libxml2.inc               |    3 +-
 meta/recipes-devtools/cmake/cmake-native_2.8.3.bb  |    4 +-
 meta/recipes-devtools/cmake/cmake.inc              |    6 +-
 .../cmake/cmake/dont-run-cross-binaries.patch      |   22 ++++
 meta/recipes-devtools/cmake/cmake_2.8.3.bb         |   48 +++++++++
 .../0001-Patch-from-upstream-revision-1990.patch   |   42 ++++++++
 .../0002-Patch-from-upstream-revision-1991.patch   |   31 ++++++
 .../0003-Patch-from-upstream-rev-2516.patch        |   63 ++++++++++++
 .../0004-Patch-from-upstream-rev-2514.patch        |   33 ++++++
 .../0005-Patch-from-upstream-rev-2520.patch        |   31 ++++++
 .../0006-Patch-from-upstream-rev-2521.patch        |   28 +++++
 ...YS-error-when-setting-up-xattrs.-Closes-5.patch |   31 ++++++
 .../libarchive/libarchive_2.8.4.bb                 |   25 +++++
 19 files changed, 559 insertions(+), 26 deletions(-)
 create mode 100644 meta/classes/terminal.bbclass
 create mode 100644 meta/lib/oe/classutils.py
 create mode 100644 meta/lib/oe/terminal.py
 create mode 100644 meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch
 create mode 100644 meta/recipes-devtools/cmake/cmake_2.8.3.bb
 create mode 100644 meta/recipes-extended/libarchive/libarchive/0001-Patch-from-upstream-revision-1990.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/0002-Patch-from-upstream-revision-1991.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/0003-Patch-from-upstream-rev-2516.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/0004-Patch-from-upstream-rev-2514.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/0005-Patch-from-upstream-rev-2520.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/0006-Patch-from-upstream-rev-2521.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/0007-Ignore-ENOSYS-error-when-setting-up-xattrs.-Closes-5.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive_2.8.4.bb

-- 
1.7.2.5




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

end of thread, other threads:[~2011-06-30  3:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17 14:51 [PATCH 0/9] Patches pending on O.S. Systems tree Otavio Salvador
2011-06-17 14:51 ` [PATCH 1/9] oe.classutils: add module Otavio Salvador
2011-06-17 14:51 ` [PATCH 2/9] Rework how the devshell functions Otavio Salvador
2011-06-17 14:51 ` [PATCH 3/9] oe.terminal: improve how we spawn screen Otavio Salvador
2011-06-17 14:51 ` [PATCH 4/9] cmake.bbclass: use CPPFLAGS and CXXFLAGS Otavio Salvador
2011-06-17 14:51 ` [PATCH 5/9] cmake: refactor recipe Otavio Salvador
2011-06-17 14:51 ` [PATCH 6/9] lib_package.bbclass: move static libraries to ${PN}-staticdev Otavio Salvador
2011-06-17 14:51 ` [PATCH 7/9] libxml: extend nativesdk class Otavio Salvador
2011-06-17 14:51 ` [PATCH 8/9] libarchive: add 2.8.4 version Otavio Salvador
2011-06-17 14:51 ` [PATCH 9/9] cmake: add nativesdk and target versions Otavio Salvador
2011-06-30  3:36   ` Saul Wold

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