mbox

[0/4] Base changes

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

Pull-request

git://gitorious.org/~cbs/oe-lite/cbss-base misc-fixes

Message

christian.braunersorensen@prevas.dk April 23, 2014, 7:22 a.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

Changes to busybox, gettext and addition of a new recipe.

Note that the busybox change is done for version 1.22.0, and therefor not done in previous versions!

The following changes since commit c36b4a8e8bdf6e790ae723c893f568fe8f212d51:

  glib: Fix compatibility with mingw32 (2014-04-22 09:30:57 +0200)

are available in the git repository at:

  git://gitorious.org/~cbs/oe-lite/cbss-base misc-fixes
  http://gitorious.org/~cbs/oe-lite/cbss-base/commits/misc-fixes

Christian Sørensen (4):
  gettext: Use a new variable to set both DEPENDS and RDEPENDS
  gettext: Move FILES contents to version specific file
  busybox: Make reset utility an option and enable it by default
  pciutils: Add new recipe for pciutils

 recipes/busybox/busybox-1.22.0/defconfig      |   2 +-
 recipes/busybox/busybox-configure.inc         |   2 +
 recipes/gettext/gettext.inc                   |   7 +-
 recipes/gettext/gettext_0.18.1.1.oe           |   3 +
 recipes/pciutils/pciutils/configure.patch     | 104 ++++++++++++++++++++++++++
 recipes/pciutils/pciutils/guess-fix.patch     |  37 +++++++++
 recipes/pciutils/pciutils/lib-build-fix.patch |  92 +++++++++++++++++++++++
 recipes/pciutils/pciutils/makefile.patch      |  31 ++++++++
 recipes/pciutils/pciutils/makefile.patch.orig |  26 +++++++
 recipes/pciutils/pciutils_3.2.1.oe            |  55 ++++++++++++++
 recipes/pciutils/pciutils_3.2.1.oe.sig        |   1 +
 11 files changed, 355 insertions(+), 5 deletions(-)
 create mode 100644 recipes/pciutils/pciutils/configure.patch
 create mode 100644 recipes/pciutils/pciutils/guess-fix.patch
 create mode 100644 recipes/pciutils/pciutils/lib-build-fix.patch
 create mode 100644 recipes/pciutils/pciutils/makefile.patch
 create mode 100644 recipes/pciutils/pciutils/makefile.patch.orig
 create mode 100644 recipes/pciutils/pciutils_3.2.1.oe
 create mode 100644 recipes/pciutils/pciutils_3.2.1.oe.sig