mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.6.3
@ 2021-09-30 15:09 Thorsten Scherer
  2021-09-30 15:29 ` Thorsten Scherer
  0 siblings, 1 reply; 5+ messages in thread
From: Thorsten Scherer @ 2021-09-30 15:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Thorsten Scherer

- bump version
- reflect change in libgpiod commit 0dd2125 ("tests: remove make check
  target") and remove '--disable-install-tests'
- fix linking of cxx bindings

Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
---
 rules/libgpiod.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/libgpiod.make b/rules/libgpiod.make
index a30a03f87..7a05d1fd1 100644
--- a/rules/libgpiod.make
+++ b/rules/libgpiod.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBGPIOD) += libgpiod
 #
 # Paths and names
 #
-LIBGPIOD_VERSION	:= 1.3
-LIBGPIOD_MD5		:= 70a3d4738495f4ec0c5f3fa6aeb999ed
+LIBGPIOD_VERSION	:= 1.6.3
+LIBGPIOD_MD5		:= 25b6d8e7ebda37bb9b55aa290af0f062
 LIBGPIOD		:= libgpiod-$(LIBGPIOD_VERSION)
 LIBGPIOD_SUFFIX		:= tar.gz
 LIBGPIOD_URL		:= https://www.kernel.org/pub/software/libs/libgpiod/$(LIBGPIOD).$(LIBGPIOD_SUFFIX)
@@ -32,7 +32,6 @@ LIBGPIOD_CONF_TOOL	:= autoconf
 LIBGPIOD_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	--$(call ptx/endis, PTXCONF_LIBGPIOD_TOOLS)-tools \
-	--disable-install-tests \
 	--disable-tests \
 	--$(call ptx/endis, PTXCONF_LIBGPIOD_CXX)-bindings-cxx \
 	--$(call ptx/endis, PTXCONF_LIBGPIOD_PYTHON3)-bindings-python
@@ -47,6 +46,8 @@ LIBGPIOD_CPPFLAGS	:= \
 	-isystem $(KERNEL_HEADERS_INCLUDE_DIR)
 endif
 
+LIBGPIOD_LDFLAGS:= -Wl,-rpath-link,$(LIBGPIOD_DIR)/lib/.libs
+
 LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIODETECT)	+= gpiodetect
 LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIOINFO)	+= gpioinfo
 LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIOGET)	+= gpioget
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.6.3
  2021-09-30 15:09 [ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.6.3 Thorsten Scherer
@ 2021-09-30 15:29 ` Thorsten Scherer
  0 siblings, 0 replies; 5+ messages in thread
From: Thorsten Scherer @ 2021-09-30 15:29 UTC (permalink / raw)
  To: ptxdist

forgot the -v2 option. Will resend. Sorry for the noise.

On Thu, Sep 30, 2021 at 05:09:45PM +0200, Thorsten Scherer wrote:
> - bump version
> - reflect change in libgpiod commit 0dd2125 ("tests: remove make check
>   target") and remove '--disable-install-tests'
> - fix linking of cxx bindings
> 
> Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
> ---
>  rules/libgpiod.make | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/libgpiod.make b/rules/libgpiod.make
> index a30a03f87..7a05d1fd1 100644
> --- a/rules/libgpiod.make
> +++ b/rules/libgpiod.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBGPIOD) += libgpiod
>  #
>  # Paths and names
>  #
> -LIBGPIOD_VERSION	:= 1.3
> -LIBGPIOD_MD5		:= 70a3d4738495f4ec0c5f3fa6aeb999ed
> +LIBGPIOD_VERSION	:= 1.6.3
> +LIBGPIOD_MD5		:= 25b6d8e7ebda37bb9b55aa290af0f062
>  LIBGPIOD		:= libgpiod-$(LIBGPIOD_VERSION)
>  LIBGPIOD_SUFFIX		:= tar.gz
>  LIBGPIOD_URL		:= https://www.kernel.org/pub/software/libs/libgpiod/$(LIBGPIOD).$(LIBGPIOD_SUFFIX)
> @@ -32,7 +32,6 @@ LIBGPIOD_CONF_TOOL	:= autoconf
>  LIBGPIOD_CONF_OPT	:= \
>  	$(CROSS_AUTOCONF_USR) \
>  	--$(call ptx/endis, PTXCONF_LIBGPIOD_TOOLS)-tools \
> -	--disable-install-tests \
>  	--disable-tests \
>  	--$(call ptx/endis, PTXCONF_LIBGPIOD_CXX)-bindings-cxx \
>  	--$(call ptx/endis, PTXCONF_LIBGPIOD_PYTHON3)-bindings-python
> @@ -47,6 +46,8 @@ LIBGPIOD_CPPFLAGS	:= \
>  	-isystem $(KERNEL_HEADERS_INCLUDE_DIR)
>  endif
>  
> +LIBGPIOD_LDFLAGS:= -Wl,-rpath-link,$(LIBGPIOD_DIR)/lib/.libs
> +
>  LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIODETECT)	+= gpiodetect
>  LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIOINFO)	+= gpioinfo
>  LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIOGET)	+= gpioget
> -- 
> 2.30.2
> 

Kind regards
Thorsten

--
Thorsten Scherer | Eckelmann AG | www.eckelmann.de |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.6.3
  2021-09-29 12:46 ` Michael Olbrich
@ 2021-09-30 15:04   ` Thorsten Scherer
  0 siblings, 0 replies; 5+ messages in thread
From: Thorsten Scherer @ 2021-09-30 15:04 UTC (permalink / raw)
  To: ptxdist

On Wed, Sep 29, 2021 at 02:46:39PM +0200, Michael Olbrich wrote:
> >  
> > +LIBGPIOD_LDFLAGS:= -Wl,-rpath,$(LIBGPIOD_DIR)/lib/.libs
> 
> That's a build-time issue, right? In that case -rpath-link instead of
> -rpath should be used here.

Right. Will send a v2.

> Michael
> 

Kind regards
Thorsten

--
Thorsten Scherer | Eckelmann AG | www.eckelmann.de |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.6.3
  2021-09-26 13:23 Thorsten Scherer
@ 2021-09-29 12:46 ` Michael Olbrich
  2021-09-30 15:04   ` Thorsten Scherer
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Olbrich @ 2021-09-29 12:46 UTC (permalink / raw)
  To: Thorsten Scherer; +Cc: ptxdist

On Sun, Sep 26, 2021 at 03:23:30PM +0200, Thorsten Scherer wrote:
> - bump version
> - reflect change in libgpiod commit 0dd2125 ("tests: remove make check
>   target") and remove '--disable-install-tests'
> - fix linking of cxx bindings
> 
> Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
> ---
>  rules/libgpiod.make | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/libgpiod.make b/rules/libgpiod.make
> index a30a03f87..09284871e 100644
> --- a/rules/libgpiod.make
> +++ b/rules/libgpiod.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBGPIOD) += libgpiod
>  #
>  # Paths and names
>  #
> -LIBGPIOD_VERSION	:= 1.3
> -LIBGPIOD_MD5		:= 70a3d4738495f4ec0c5f3fa6aeb999ed
> +LIBGPIOD_VERSION	:= 1.6.3
> +LIBGPIOD_MD5		:= 25b6d8e7ebda37bb9b55aa290af0f062
>  LIBGPIOD		:= libgpiod-$(LIBGPIOD_VERSION)
>  LIBGPIOD_SUFFIX		:= tar.gz
>  LIBGPIOD_URL		:= https://www.kernel.org/pub/software/libs/libgpiod/$(LIBGPIOD).$(LIBGPIOD_SUFFIX)
> @@ -32,7 +32,6 @@ LIBGPIOD_CONF_TOOL	:= autoconf
>  LIBGPIOD_CONF_OPT	:= \
>  	$(CROSS_AUTOCONF_USR) \
>  	--$(call ptx/endis, PTXCONF_LIBGPIOD_TOOLS)-tools \
> -	--disable-install-tests \
>  	--disable-tests \
>  	--$(call ptx/endis, PTXCONF_LIBGPIOD_CXX)-bindings-cxx \
>  	--$(call ptx/endis, PTXCONF_LIBGPIOD_PYTHON3)-bindings-python
> @@ -47,6 +46,8 @@ LIBGPIOD_CPPFLAGS	:= \
>  	-isystem $(KERNEL_HEADERS_INCLUDE_DIR)
>  endif
>  
> +LIBGPIOD_LDFLAGS:= -Wl,-rpath,$(LIBGPIOD_DIR)/lib/.libs

That's a build-time issue, right? In that case -rpath-link instead of
-rpath should be used here.

Michael

> +
>  LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIODETECT)	+= gpiodetect
>  LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIOINFO)	+= gpioinfo
>  LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIOGET)	+= gpioget
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.6.3
@ 2021-09-26 13:23 Thorsten Scherer
  2021-09-29 12:46 ` Michael Olbrich
  0 siblings, 1 reply; 5+ messages in thread
From: Thorsten Scherer @ 2021-09-26 13:23 UTC (permalink / raw)
  To: ptxdist; +Cc: Thorsten Scherer

- bump version
- reflect change in libgpiod commit 0dd2125 ("tests: remove make check
  target") and remove '--disable-install-tests'
- fix linking of cxx bindings

Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
---
 rules/libgpiod.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/libgpiod.make b/rules/libgpiod.make
index a30a03f87..09284871e 100644
--- a/rules/libgpiod.make
+++ b/rules/libgpiod.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBGPIOD) += libgpiod
 #
 # Paths and names
 #
-LIBGPIOD_VERSION	:= 1.3
-LIBGPIOD_MD5		:= 70a3d4738495f4ec0c5f3fa6aeb999ed
+LIBGPIOD_VERSION	:= 1.6.3
+LIBGPIOD_MD5		:= 25b6d8e7ebda37bb9b55aa290af0f062
 LIBGPIOD		:= libgpiod-$(LIBGPIOD_VERSION)
 LIBGPIOD_SUFFIX		:= tar.gz
 LIBGPIOD_URL		:= https://www.kernel.org/pub/software/libs/libgpiod/$(LIBGPIOD).$(LIBGPIOD_SUFFIX)
@@ -32,7 +32,6 @@ LIBGPIOD_CONF_TOOL	:= autoconf
 LIBGPIOD_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	--$(call ptx/endis, PTXCONF_LIBGPIOD_TOOLS)-tools \
-	--disable-install-tests \
 	--disable-tests \
 	--$(call ptx/endis, PTXCONF_LIBGPIOD_CXX)-bindings-cxx \
 	--$(call ptx/endis, PTXCONF_LIBGPIOD_PYTHON3)-bindings-python
@@ -47,6 +46,8 @@ LIBGPIOD_CPPFLAGS	:= \
 	-isystem $(KERNEL_HEADERS_INCLUDE_DIR)
 endif
 
+LIBGPIOD_LDFLAGS:= -Wl,-rpath,$(LIBGPIOD_DIR)/lib/.libs
+
 LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIODETECT)	+= gpiodetect
 LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIOINFO)	+= gpioinfo
 LIBGPIOD_TOOLS-$(PTXCONF_LIBGPIOD_GPIOGET)	+= gpioget
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2021-09-30 15:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 15:09 [ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.6.3 Thorsten Scherer
2021-09-30 15:29 ` Thorsten Scherer
  -- strict thread matches above, loose matches on Subject: below --
2021-09-26 13:23 Thorsten Scherer
2021-09-29 12:46 ` Michael Olbrich
2021-09-30 15:04   ` Thorsten Scherer

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