mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libgpiod: version bump 1.0 -> 1.1
@ 2018-05-16 16:45 Clemens Gruber
  2018-05-17  8:55 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Clemens Gruber @ 2018-05-16 16:45 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/libgpiod.make | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/rules/libgpiod.make b/rules/libgpiod.make
index eb90e6da2..8b84c0209 100644
--- a/rules/libgpiod.make
+++ b/rules/libgpiod.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBGPIOD) += libgpiod
 #
 # Paths and names
 #
-LIBGPIOD_VERSION	:= 1.0
-LIBGPIOD_MD5		:= 7ea85c55c1637389d6e90ae4e8403ad6
+LIBGPIOD_VERSION	:= 1.1
+LIBGPIOD_MD5		:= 788f5ee333e67b85bb7bd9a17a6e659f
 LIBGPIOD		:= libgpiod-$(LIBGPIOD_VERSION)
 LIBGPIOD_SUFFIX		:= tar.gz
 LIBGPIOD_URL		:= https://www.kernel.org/pub/software/libs/libgpiod/$(LIBGPIOD).$(LIBGPIOD_SUFFIX)
@@ -34,7 +34,9 @@ LIBGPIOD_CONF_TOOL	:= autoconf
 LIBGPIOD_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	--$(call ptx/endis, PTXCONF_LIBGPIOD_TOOLS)-tools \
-	--disable-tests
+	--disable-tests \
+	--disable-bindings-cxx \
+	--disable-bindings-python
 
 LIBGPIOD_ENV := \
 	$(CROSS_ENV) \
-- 
2.17.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] libgpiod: version bump 1.0 -> 1.1
  2018-05-16 16:45 [ptxdist] [PATCH] libgpiod: version bump 1.0 -> 1.1 Clemens Gruber
@ 2018-05-17  8:55 ` Michael Olbrich
  2018-05-17 11:40   ` Clemens Gruber
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2018-05-17  8:55 UTC (permalink / raw)
  To: ptxdist

On Wed, May 16, 2018 at 06:45:34PM +0200, Clemens Gruber wrote:
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
> ---
>  rules/libgpiod.make | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/libgpiod.make b/rules/libgpiod.make
> index eb90e6da2..8b84c0209 100644
> --- a/rules/libgpiod.make
> +++ b/rules/libgpiod.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBGPIOD) += libgpiod
>  #
>  # Paths and names
>  #
> -LIBGPIOD_VERSION	:= 1.0
> -LIBGPIOD_MD5		:= 7ea85c55c1637389d6e90ae4e8403ad6
> +LIBGPIOD_VERSION	:= 1.1
> +LIBGPIOD_MD5		:= 788f5ee333e67b85bb7bd9a17a6e659f
>  LIBGPIOD		:= libgpiod-$(LIBGPIOD_VERSION)
>  LIBGPIOD_SUFFIX		:= tar.gz
>  LIBGPIOD_URL		:= https://www.kernel.org/pub/software/libs/libgpiod/$(LIBGPIOD).$(LIBGPIOD_SUFFIX)
> @@ -34,7 +34,9 @@ LIBGPIOD_CONF_TOOL	:= autoconf
>  LIBGPIOD_CONF_OPT	:= \
>  	$(CROSS_AUTOCONF_USR) \
>  	--$(call ptx/endis, PTXCONF_LIBGPIOD_TOOLS)-tools \
> -	--disable-tests
> +	--disable-tests \
> +	--disable-bindings-cxx \
> +	--disable-bindings-python
>  
>  LIBGPIOD_ENV := \
>  	$(CROSS_ENV) \

This does not apply. LIBGPIOD_ENV is not defined on master. Do you have
another commit here?

Michael

> -- 
> 2.17.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] libgpiod: version bump 1.0 -> 1.1
  2018-05-17  8:55 ` Michael Olbrich
@ 2018-05-17 11:40   ` Clemens Gruber
  0 siblings, 0 replies; 3+ messages in thread
From: Clemens Gruber @ 2018-05-17 11:40 UTC (permalink / raw)
  To: ptxdist

Hi,

On Thu, May 17, 2018 at 10:55:54AM +0200, Michael Olbrich wrote:
> On Wed, May 16, 2018 at 06:45:34PM +0200, Clemens Gruber wrote:
> > Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
> > ---
> >  rules/libgpiod.make | 8 +++++---
> >  1 file changed, 5 insertions(+), 3 deletions(-)
> > 
> > diff --git a/rules/libgpiod.make b/rules/libgpiod.make
> > index eb90e6da2..8b84c0209 100644
> > --- a/rules/libgpiod.make
> > +++ b/rules/libgpiod.make
> > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBGPIOD) += libgpiod
> >  #
> >  # Paths and names
> >  #
> > -LIBGPIOD_VERSION	:= 1.0
> > -LIBGPIOD_MD5		:= 7ea85c55c1637389d6e90ae4e8403ad6
> > +LIBGPIOD_VERSION	:= 1.1
> > +LIBGPIOD_MD5		:= 788f5ee333e67b85bb7bd9a17a6e659f
> >  LIBGPIOD		:= libgpiod-$(LIBGPIOD_VERSION)
> >  LIBGPIOD_SUFFIX		:= tar.gz
> >  LIBGPIOD_URL		:= https://www.kernel.org/pub/software/libs/libgpiod/$(LIBGPIOD).$(LIBGPIOD_SUFFIX)
> > @@ -34,7 +34,9 @@ LIBGPIOD_CONF_TOOL	:= autoconf
> >  LIBGPIOD_CONF_OPT	:= \
> >  	$(CROSS_AUTOCONF_USR) \
> >  	--$(call ptx/endis, PTXCONF_LIBGPIOD_TOOLS)-tools \
> > -	--disable-tests
> > +	--disable-tests \
> > +	--disable-bindings-cxx \
> > +	--disable-bindings-python
> >  
> >  LIBGPIOD_ENV := \
> >  	$(CROSS_ENV) \
> 
> This does not apply. LIBGPIOD_ENV is not defined on master. Do you have
> another commit here?

Yes, there was one I forgot to drop, but it is no longer necessary.

I will send a v2 of the version bump.

Clemens

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-17 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16 16:45 [ptxdist] [PATCH] libgpiod: version bump 1.0 -> 1.1 Clemens Gruber
2018-05-17  8:55 ` Michael Olbrich
2018-05-17 11:40   ` Clemens Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox