* [Buildroot] [PATCH] libgpiod: bump version to v0.3
@ 2017-06-24 9:30 Bartosz Golaszewski
2017-06-24 10:07 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2017-06-24 9:30 UTC (permalink / raw)
To: buildroot
Add host-pkgconf to dependencies as we now use PKG_CHECK_MODULES in
configure.ac.
Changelog for v0.3:
New features:
- gpiomon can now watch multiple lines at the same time and supports custom
output formats which can be specified using the --format argument
- testing framework can now test external programs: test cases for gpio-tools
have been added
Improvements:
- improve error messages
- improve README examples
- configure script improvements
Bug fixes:
- use correct UAPI flags when requesting line events
Also includes bug fixes from v0.2.1:
Bug fixes:
- capitalize 'GPIO' in error messages in gpioset, gpioget & gpiomon
- tweak the error message on invalid arguments in gpiofind
- don't ignore superfluous arguments and fix the displayed name for falling
edge events in gpiomon
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
package/libgpiod/libgpiod.hash | 2 +-
package/libgpiod/libgpiod.mk | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/libgpiod/libgpiod.hash b/package/libgpiod/libgpiod.hash
index fcf212e..aeeabf6 100644
--- a/package/libgpiod/libgpiod.hash
+++ b/package/libgpiod/libgpiod.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 de1947f3cb2cc4174364af430309fe6238976658575655bdbd76c60cffa7df92 libgpiod-v0.2.tar.gz
+sha256 24794006c14194e269b944f2cca0e85e481f1538be3c143479c4c6691bf25add libgpiod-v0.3.tar.gz
diff --git a/package/libgpiod/libgpiod.mk b/package/libgpiod/libgpiod.mk
index c95ea44..76648bd 100644
--- a/package/libgpiod/libgpiod.mk
+++ b/package/libgpiod/libgpiod.mk
@@ -4,11 +4,13 @@
#
################################################################################
-LIBGPIOD_VERSION = v0.2
+LIBGPIOD_VERSION = v0.3
LIBGPIOD_SITE = $(call github,brgl,libgpiod,$(LIBGPIOD_VERSION))
LIBGPIOD_LICENSE = LGPL-2.1+
LIBGPIOD_LICENSE_FILES = COPYING
+LIBGPIOD_DEPENDENCIES = host-pkgconf
+
# Needed for autoreconf to work properly
define LIBGPIOD_FIXUP_M4_DIR
mkdir $(@D)/m4
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] libgpiod: bump version to v0.3
2017-06-24 9:30 [Buildroot] [PATCH] libgpiod: bump version to v0.3 Bartosz Golaszewski
@ 2017-06-24 10:07 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-06-24 10:07 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 24 Jun 2017 11:30:25 +0200, Bartosz Golaszewski wrote:
> Add host-pkgconf to dependencies as we now use PKG_CHECK_MODULES in
> configure.ac.
>
> Changelog for v0.3:
>
> New features:
> - gpiomon can now watch multiple lines at the same time and supports custom
> output formats which can be specified using the --format argument
> - testing framework can now test external programs: test cases for gpio-tools
> have been added
>
> Improvements:
> - improve error messages
> - improve README examples
> - configure script improvements
>
> Bug fixes:
> - use correct UAPI flags when requesting line events
>
> Also includes bug fixes from v0.2.1:
>
> Bug fixes:
> - capitalize 'GPIO' in error messages in gpioset, gpioget & gpiomon
> - tweak the error message on invalid arguments in gpiofind
> - don't ignore superfluous arguments and fix the displayed name for falling
> edge events in gpiomon
>
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> ---
> package/libgpiod/libgpiod.hash | 2 +-
> package/libgpiod/libgpiod.mk | 4 +++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-24 10:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-24 9:30 [Buildroot] [PATCH] libgpiod: bump version to v0.3 Bartosz Golaszewski
2017-06-24 10:07 ` Thomas Petazzoni
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.