All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <brgl@bgdev.pl>
To: openembedded-devel@lists.openembedded.org, Khem Raj <raj.khem@gmail.com>
Subject: [meta-oe][PATCH v2 0/6] sigrok: set of new packages
Date: Mon, 26 Nov 2018 08:35:14 +0100	[thread overview]
Message-ID: <20181126073520.18859-1-brgl@bgdev.pl> (raw)

This series adds recipes for libsigrok and accompanying libraries and
tools. The eventual goal is to add pulseview - the graphical interface
for sigrok - to meta-qt5-extra.

First two patches add external packages used by libsigrok. The third
patch adds a recipe for doxygen, which is needed to generate libsigrok
C++ bindings which will in turn be necessary to build pulseview.

Last three patches add recipes for the sigrok suite including the
command-line utility - sigrok-cli.

v1 -> v2:
- make doxygen recipe buildable for target as well (BBCLASSEXTEND instead
  of a native recipe)
- use ${datadir} instead of hardcoding /usr/share

Bartosz Golaszewski (6):
  libzip: new package
  libserialport: new package
  doxygen: new package
  libsigrok: new package
  libsigrokdecode: new package
  sigrok-cli: new package

 .../0001-build-don-t-look-for-Iconv.patch     | 36 +++++++++++++++++++
 .../doxygen/doxygen_1.8.14.bb                 | 17 +++++++++
 .../libserialport/libserialport_0.1.1.bb      | 12 +++++++
 .../recipes-extended/libzip/libzip_1.5.1.bb   | 18 ++++++++++
 .../sigrok/libsigrok_0.5.1.bb                 | 23 ++++++++++++
 .../sigrok/libsigrokdecode_0.5.2.bb           | 14 ++++++++
 .../sigrok/sigrok-cli_0.7.0.bb                | 18 ++++++++++
 7 files changed, 138 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch
 create mode 100644 meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
 create mode 100644 meta-oe/recipes-extended/libserialport/libserialport_0.1.1.bb
 create mode 100644 meta-oe/recipes-extended/libzip/libzip_1.5.1.bb
 create mode 100644 meta-oe/recipes-extended/sigrok/libsigrok_0.5.1.bb
 create mode 100644 meta-oe/recipes-extended/sigrok/libsigrokdecode_0.5.2.bb
 create mode 100644 meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.0.bb

-- 
2.19.1



             reply	other threads:[~2018-11-26  7:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-26  7:35 Bartosz Golaszewski [this message]
2018-11-26  7:35 ` [meta-oe][PATCH v2 1/6] libzip: new package Bartosz Golaszewski
2018-11-26  7:35 ` [meta-oe][PATCH v2 2/6] libserialport: " Bartosz Golaszewski
2018-11-26  7:35 ` [meta-oe][PATCH v2 3/6] doxygen: " Bartosz Golaszewski
2018-11-26  7:35 ` [meta-oe][PATCH v2 4/6] libsigrok: " Bartosz Golaszewski
2018-11-26  7:35 ` [meta-oe][PATCH v2 5/6] libsigrokdecode: " Bartosz Golaszewski
2018-11-26  7:35 ` [meta-oe][PATCH v2 6/6] sigrok-cli: " Bartosz Golaszewski

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=20181126073520.18859-1-brgl@bgdev.pl \
    --to=brgl@bgdev.pl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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.