All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 00/33][master] Meta-oe misc build fixes
Date: Sun,  5 Apr 2015 16:51:40 -0700	[thread overview]
Message-ID: <cover.1428277313.git.akuster808@gmail.com> (raw)

please consider these misc build fixes for meta-oe. I hope there are not too many dups in the pipe line. I could not tell.

Also I have moved a few recipes out of meta-oe as they have depends on other layers.

The following changes since commit df6c7b1279790d27ebfd58fbdfbac89bde5782ec:

  python-pyopenssl: Upgrade to 0.14 (2015-03-21 16:42:30 +0100)

are available in the git repository at:

  git://github.com/akuster/meta-openembedded.git akuster/build_fixes
  https://github.com//tree/akuster/build_fixes

Armin Kuster (33):
  daq: move recipe to meta-networking
  opencv: build issue
  collectd: fix world build issue
  libgxim: fix world build issues
  networkmanger: meta-oe world build failes
  fingerterm: package update to 1.1.14
  protbuf: update update and build fix
  serial-forward: fix fetch error
  dialog: update SRC_URI
  xterm: fix issue with SRC_URI
  ckermit: update SRC_URI
  lirc: fix QA warnings
  hplib: fix QA warnings
  udisks: fix QA warnings
  lio-utils: fix QA warnings
  pm-qa: Fix QA warnings
  gateone: Fix QA warnings
  rarpd: Fix QA warnings
  syslog-ng: Fix QA warnings
  pscs-lite: Fix QA warnings
  fbida: Fix QA warnings
  qt-creator: Fix QA warnings
  fio: Fix QA warnings
  foxtrotgps: Fix QA warnings
  usbpath: Fix QA warnings
  wvstreams: Fix QA warnings
  pksc11-helper: Fix QA warnings
  lmsensors-config: Fix QA warnings
  libutempter: update SRC_URI
  gammu: Fix QA warnings
  mosh: Fix QA warnings
  numactl: Fix QA warnings
  packagekit: Fix QA warnings

 .../recipes-connectivity/daq/daq_2.0.2.bb          |  0
 ...le-run-test-program-while-cross-compiling.patch |  0
 ...c-Check-only-for-libsystemd-not-libsystem.patch |  0
 ...o-run-sbin-dhclient-to-get-the-version-nu.patch |  0
 .../networkmanager/networkmanager_0.9.8.10.bb      |  0
 meta-oe/recipes-benchmark/fio/fio_2.2.6.bb         |  2 +-
 meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb |  3 ++
 .../recipes-connectivity/gateone/gateone_git.bb    |  1 +
 meta-oe/recipes-connectivity/lirc/lirc.inc         |  2 +-
 meta-oe/recipes-connectivity/lirc/lirc_0.9.2.bb    |  1 +
 meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb    |  2 +-
 .../recipes-connectivity/wvdial/wvstreams_4.6.1.bb |  1 +
 .../packagekit/packagekit_0.5.6.bb                 |  9 +++---
 meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb        |  1 +
 .../{protobuf_2.5.0.bb => protobuf_2.6.1.bb}       | 13 +++++----
 .../recipes-extended/collectd/collectd_5.4.1.bb    |  3 +-
 meta-oe/recipes-extended/dialog/dialog.inc         |  2 +-
 meta-oe/recipes-extended/hplip/hplip_3.12.6.bb     |  3 +-
 meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb   |  2 ++
 meta-oe/recipes-graphics/fbida/fbida_git.bb        |  2 +-
 meta-oe/recipes-graphics/xorg-app/xterm_303.bb     |  2 +-
 .../foxtrotgps/foxtrotgps_1.1.1.bb                 |  1 +
 .../{fingerterm_1.0.2.bb => fingerterm.bb}         | 34 ++++++++++------------
 meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb  |  2 ++
 meta-oe/recipes-support/ckermit/ckermit_302.bb     |  4 +--
 .../{libutempter_1.1.6.bb => libutempter.bb}       | 11 ++++---
 meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb |  3 +-
 .../lm_sensors/lmsensors-config_1.0.bb             |  2 +-
 meta-oe/recipes-support/numactl/numactl_2.0.9.bb   |  2 ++
 .../recipes-support/opencv/opencv-samples_2.4.bb   |  3 ++
 meta-oe/recipes-support/opencv/opencv_2.4.bb       |  2 ++
 .../recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb   |  1 +
 .../pkcs11-helper/pkcs11-helper_1.11.bb            |  2 +-
 .../serial-utils/serial-forward_git.bb             |  2 +-
 meta-oe/recipes-support/syslog-ng/syslog-ng.inc    |  2 +-
 meta-oe/recipes-support/udisks/udisks_1.0.4.bb     |  2 +-
 meta-oe/recipes-support/usbpath/usbpath_svn.bb     |  2 ++
 ...CAL_AMFLAGS-isnot-supported-by-autoreconf.patch |  0
 .../recipes-extended/libgxim/libgxim_0.5.0.bb      |  0
 39 files changed, 75 insertions(+), 49 deletions(-)
 rename {meta-oe => meta-networking}/recipes-connectivity/daq/daq_2.0.2.bb (100%)
 rename {meta-oe => meta-networking}/recipes-connectivity/daq/files/disable-run-test-program-while-cross-compiling.patch (100%)
 rename {meta-oe => meta-networking}/recipes-connectivity/networkmanager/networkmanager/0001-configure.ac-Check-only-for-libsystemd-not-libsystem.patch (100%)
 rename {meta-oe => meta-networking}/recipes-connectivity/networkmanager/networkmanager/0001-don-t-try-to-run-sbin-dhclient-to-get-the-version-nu.patch (100%)
 rename {meta-oe => meta-networking}/recipes-connectivity/networkmanager/networkmanager_0.9.8.10.bb (100%)
 rename meta-oe/recipes-devtools/protobuf/{protobuf_2.5.0.bb => protobuf_2.6.1.bb} (56%)
 rename meta-oe/recipes-qt/fingerterm/{fingerterm_1.0.2.bb => fingerterm.bb} (56%)
 rename meta-oe/recipes-support/libutempter/{libutempter_1.1.6.bb => libutempter.bb} (79%)
 rename {meta-oe => meta-ruby}/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch (100%)
 rename {meta-oe => meta-ruby}/recipes-extended/libgxim/libgxim_0.5.0.bb (100%)

-- 
2.3.5



                 reply	other threads:[~2015-04-05 23:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1428277313.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.