mbox

[0/4] CORE misc fixes

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

Pull-request

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

Message

christian.braunersorensen@prevas.dk Jan. 3, 2014, 8:04 a.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

Resend of the first 2 commits. The second 2 are new and adds option to set a common
DEPENDS for all auto package utils and replaces all '_' with '-' for all.
The following changes since commit 3580b92aef77f3f6fe8189a382fe224eb698b4b2:

  class/rpath: Don't try to do chrpath on mingw binaries (2013-12-20 12:41:37 +0100)

are available in the git repository at:

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

Christian Sørensen (4):
  kernel: Dont overwrite all postfuncs. append.
  dupdate-image: if fwupdate is present, copy it into the image
  auto-package-utils: Add option to set common DEPENDS for all utils
  package-qa: Ensure '_' is replaced by '-'

 classes/auto-package-utils.oeclass |  8 ++++++++
 classes/dupdate-image.oeclass      |  7 +++++++
 classes/kernel.oeclass             |  2 +-
 classes/package-qa.oeclass         | 22 +++++++++++++++++-----
 4 files changed, 33 insertions(+), 6 deletions(-)