All of lore.kernel.org
 help / color / mirror / Atom feed
From: Herve Codina <herve.codina@bootlin.com>
To: buildroot@buildroot.org
Cc: Herve Codina <herve.codina@bootlin.com>
Subject: [Buildroot] [PATCH 0/3] new libdbi and libdbi-drivers packages
Date: Mon,  4 Oct 2021 14:43:13 +0200	[thread overview]
Message-ID: <20211004124316.355770-1-herve.codina@bootlin.com> (raw)

Hi,

This series adds libdbi and related libdbi-drivers packages (first and
second patches).
It then adds support for dbi in collectd package (third patch).

Best regards,
Hervé Codina

Herve Codina (3):
  package/libdbi: new package
  package/libdbi-drivers: new package
  package/collectd: add dbi support

 DEVELOPERS                                    |  6 +++
 package/Config.in                             |  2 +
 package/collectd/Config.in                    |  7 +++
 package/collectd/collectd.mk                  |  4 +-
 ...CONFIG-variable-instead-of-mysql_con.patch | 47 ++++++++++++++++++
 package/libdbi-drivers/Config.in              |  8 ++++
 package/libdbi-drivers/libdbi-drivers.hash    |  3 ++
 package/libdbi-drivers/libdbi-drivers.mk      | 48 +++++++++++++++++++
 package/libdbi/Config.in                      |  7 +++
 package/libdbi/libdbi.hash                    |  3 ++
 package/libdbi/libdbi.mk                      | 15 ++++++
 11 files changed, 149 insertions(+), 1 deletion(-)
 create mode 100644 package/libdbi-drivers/0001-build-Use-MYSQL_CONFIG-variable-instead-of-mysql_con.patch
 create mode 100644 package/libdbi-drivers/Config.in
 create mode 100644 package/libdbi-drivers/libdbi-drivers.hash
 create mode 100644 package/libdbi-drivers/libdbi-drivers.mk
 create mode 100644 package/libdbi/Config.in
 create mode 100644 package/libdbi/libdbi.hash
 create mode 100644 package/libdbi/libdbi.mk

-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2021-10-04 12:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-04 12:43 Herve Codina [this message]
2021-10-04 12:43 ` [Buildroot] [PATCH 1/3] package/libdbi: new package Herve Codina
2021-10-13 18:09   ` Arnout Vandecappelle
2021-10-04 12:43 ` [Buildroot] [PATCH 2/3] package/libdbi-drivers: " Herve Codina
2021-10-13 18:11   ` Arnout Vandecappelle
2021-10-14  8:17     ` Herve Codina
2021-10-04 12:43 ` [Buildroot] [PATCH 3/3] package/collectd: add dbi support Herve Codina
2021-10-13 18:12   ` Arnout Vandecappelle

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=20211004124316.355770-1-herve.codina@bootlin.com \
    --to=herve.codina@bootlin.com \
    --cc=buildroot@buildroot.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.