[oe] [meta-oe][PATCH 0/3] libgpiod: support for v1.0 series

Bartosz Golaszewski brgl at bgdev.pl
Fri Mar 23 11:07:16 UTC 2018


I recently released a new major version of libgpiod in which the
initial API was heavily reworked. Since it's no longer compatible
with v0.3.2 but I know there are users of the latter and I also
intend on supporting it for some time, I thought we should have both
versions in recipes-support.

This series adds a new recipe for libgpiod v1.0 that can live next to
v0.3.2.

Bartosz Golaszewski (3):
  libgpiod: include the version in the recipe filename
  libgpiod: split recipe into .inc and .bb files
  libgpiod: add support for v1.x series

 meta-oe/recipes-support/libgpiod/{libgpiod.bb => libgpiod.inc} | 5 -----
 meta-oe/recipes-support/libgpiod/libgpiod_0.3.2.bb             | 4 ++++
 meta-oe/recipes-support/libgpiod/libgpiod_1.0.bb               | 4 ++++
 3 files changed, 8 insertions(+), 5 deletions(-)
 rename meta-oe/recipes-support/libgpiod/{libgpiod.bb => libgpiod.inc} (80%)
 create mode 100644 meta-oe/recipes-support/libgpiod/libgpiod_0.3.2.bb
 create mode 100644 meta-oe/recipes-support/libgpiod/libgpiod_1.0.bb

-- 
2.16.1




More information about the Openembedded-devel mailing list