From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Marek Belisko <marek.belisko@open-nandra.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/polkit: fix install of polkit.its
Date: Thu, 12 Aug 2021 23:19:48 +0200 [thread overview]
Message-ID: <20210812231948.07e4ed4d@windsurf> (raw)
In-Reply-To: <20210810145806.325205-1-fontaine.fabrice@gmail.com>
On Tue, 10 Aug 2021 16:58:06 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> +# polkit.its is needed for gvfs and must be installed in $(HOST_DIR)
> +# and not $(STAGING_DIR)
> +define POLKIT_INSTALL_ITS
> + $(INSTALL) -D -m 644 $(@D)/data/polkit.its \
> + $(HOST_DIR)/share/gettext/its
> +endef
> +POLKIT_POST_INSTALL_TARGET_HOOKS += POLKIT_INSTALL_ITS
It's never great to see a "post install target" hook install stuff to
HOST_DIR, but that's the perils of this gettext machinery I'm afraid.
So applied to master, thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
prev parent reply other threads:[~2021-08-12 21:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-10 14:58 [Buildroot] [PATCH 1/1] package/polkit: fix install of polkit.its Fabrice Fontaine
2021-08-12 21:19 ` Thomas Petazzoni [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=20210812231948.07e4ed4d@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
--cc=marek.belisko@open-nandra.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.