mbox

[0/9] CORE - Changes for base upgrades

Message ID cover.1389702128.git.christian.braunersorensen@prevas.dk
State Not Applicable
Delegated to: Esben Haabendal
Headers show

Pull-request

git://gitorious.org/~cbs/oe-lite/cbss-core changes_for_base_upgrades

Message

christian.braunersorensen@prevas.dk Jan. 14, 2014, 12:28 p.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

The following changes are needed in order to get the complete list of base upgrades working, which will be send shortly. 
It changes the way libraries are provided, fixes package-qa to support it, and adds documentation for how libraries in OE-lite are build.
Finally, fixes a bug for mingw with packaging.
The following changes since commit 0960d791409a494fc994522d97fef26ba30e445b:

  Revert "Parallel parse (and steps towards parallel build)" (2014-01-03 16:11:19 +0100)

are available in the git repository at:

  git://gitorious.org/~cbs/oe-lite/cbss-core changes_for_base_upgrades
  http://gitorious.org/~cbs/oe-lite/cbss-core/commits/changes_for_base_upgrades

Christian Sørensen (6):
  Package-qa: Dont strip version from lib. Rename sonamify.Add get
    libversion
  library: Rewrite to allow for providing library_name/library_version
  auto-package-libs: Allow for setting LIBRARY_VERSION
  libraries: Add document concerning libraries build using OE-lite
  manual: Add libraries document
  paths/sdk.conf: Change sdk_bindir and sdk_sbindir to use prefix 'usr'

Kim Bøndergaard (3):
  package-qa: New qa flag is-libarary required for soname check
  library-class: Setting package-qa flag is-library
  auto-package-libs class: Setting package-qa-flag is-library

 classes/auto-package-libs.oeclass |  17 ++++++
 classes/library.oeclass           |  31 +++++++++--
 classes/package-qa.oeclass        |  54 ++++++++++++++------
 conf/paths/sdk.conf               |   4 +-
 doc/libraries.txt                 | 105 ++++++++++++++++++++++++++++++++++++++
 doc/manual.txt                    |   2 +
 6 files changed, 191 insertions(+), 22 deletions(-)
 create mode 100644 doc/libraries.txt