mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] rauc: ignore sysroot in dbus-1 interfaces_dir variable
Date: Mon, 25 Jan 2021 08:20:41 +0100	[thread overview]
Message-ID: <E1l3wAz-007rKW-GL@dude03.red.stw.pengutronix.de> (raw)
In-Reply-To: <20210118163317.2658648-1-m.tretter@pengutronix.de>

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

      reply	other threads:[~2021-01-25  7:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-18 16:33 [ptxdist] [PATCH] " Michael Tretter
2021-01-25  7:20 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1l3wAz-007rKW-GL@dude03.red.stw.pengutronix.de \
    --to=mol@pengutronix.de \
    --cc=m.tretter@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox