From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20210118163317.2658648-1-m.tretter@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Mon, 25 Jan 2021 08:20:41 +0100 Subject: Re: [ptxdist] [APPLIED] rauc: ignore sysroot in dbus-1 interfaces_dir variable List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Michael Tretter Thanks, applied as be4fe99bd0d6ee6dd16e7ff4e86d0a2ffb612808. Michael [sent from post-receive hook] On Mon, 25 Jan 2021 08:20:41 +0100, Michael Tretter 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 > Message-Id: <20210118163317.2658648-1-m.tretter@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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