mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rauc: ignore sysroot in dbus-1 interfaces_dir variable
@ 2021-01-18 16:33 Michael Tretter
  2021-01-25  7:20 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2021-01-18 16:33 UTC (permalink / raw)
  To: ptxdist

Rauc uses pkg-config to get the interfaces_dir, i.e., the path, where to
install the dbus interface description. This path must not contain the
sysroot directory, because files will be installed into this path in the
package.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/rauc.make | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rules/rauc.make b/rules/rauc.make
index 82b1953f662e..9571400d9995 100644
--- a/rules/rauc.make
+++ b/rules/rauc.make
@@ -27,7 +27,9 @@ RAUC_LICENSE	:= LGPL-2.1-only
 # Prepare
 # ----------------------------------------------------------------------------
 
-#RAUC_CONF_ENV	:= $(CROSS_ENV)
+RAUC_CONF_ENV	:= \
+	$(CROSS_ENV) \
+	PTXDIST_PKG_CONFIG_VAR_NO_SYSROOT=interfaces_dir
 
 #
 # autoconf
-- 
2.20.1


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

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

* Re: [ptxdist] [APPLIED] rauc: ignore sysroot in dbus-1 interfaces_dir variable
  2021-01-18 16:33 [ptxdist] [PATCH] rauc: ignore sysroot in dbus-1 interfaces_dir variable Michael Tretter
@ 2021-01-25  7:20 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-01-25  7:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

Thanks, applied as be4fe99bd0d6ee6dd16e7ff4e86d0a2ffb612808.

Michael

[sent from post-receive hook]

On Mon, 25 Jan 2021 08:20:41 +0100, Michael Tretter <m.tretter@pengutronix.de> wrote:
> Rauc uses pkg-config to get the interfaces_dir, i.e., the path, where to
> install the dbus interface description. This path must not contain the
> sysroot directory, because files will be installed into this path in the
> package.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20210118163317.2658648-1-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/rauc.make b/rules/rauc.make
> index 82b1953f662e..9571400d9995 100644
> --- a/rules/rauc.make
> +++ b/rules/rauc.make
> @@ -27,7 +27,9 @@ RAUC_LICENSE	:= LGPL-2.1-only
>  # Prepare
>  # ----------------------------------------------------------------------------
>  
> -#RAUC_CONF_ENV	:= $(CROSS_ENV)
> +RAUC_CONF_ENV	:= \
> +	$(CROSS_ENV) \
> +	PTXDIST_PKG_CONFIG_VAR_NO_SYSROOT=interfaces_dir
>  
>  #
>  # autoconf

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

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

end of thread, other threads:[~2021-01-25  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 16:33 [ptxdist] [PATCH] rauc: ignore sysroot in dbus-1 interfaces_dir variable Michael Tretter
2021-01-25  7:20 ` [ptxdist] [APPLIED] " Michael Olbrich

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