* [Buildroot] [PATCH 1/1] package/polkit: install polkit.loc to HOST_DIR
@ 2021-08-20 20:13 Fabrice Fontaine
2021-08-20 21:04 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-08-20 20:13 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine, Marek Belisko
Fix added by commit c20d31baf471daeeec50d62cb8baa79bac06fa51 is
incomplete as polkit.loc must also be added to
$(HOST_DIR)/share/gettext/its
Fixes:
- http://autobuild.buildroot.org/results/170e4802b7b4e8e7dafa95ade549e8fd05e43bfd
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/polkit/polkit.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk
index 23adb534d0..0c12a88601 100644
--- a/package/polkit/polkit.mk
+++ b/package/polkit/polkit.mk
@@ -41,11 +41,13 @@ else
POLKIT_CONF_OPTS += --with-authfw=shadow
endif
-# polkit.its is needed for gvfs and must be installed in $(HOST_DIR)
+# polkit.{its,loc} are 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
+ $(INSTALL) -D -m 644 $(@D)/data/polkit.loc \
+ $(HOST_DIR)/share/gettext/its
endef
POLKIT_POST_INSTALL_TARGET_HOOKS += POLKIT_INSTALL_ITS
--
2.32.0
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/polkit: install polkit.loc to HOST_DIR
2021-08-20 20:13 [Buildroot] [PATCH 1/1] package/polkit: install polkit.loc to HOST_DIR Fabrice Fontaine
@ 2021-08-20 21:04 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-08-20 21:04 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Marek Belisko, buildroot
Fabrice, All,
On 2021-08-20 22:13 +0200, Fabrice Fontaine spake thusly:
> Fix added by commit c20d31baf471daeeec50d62cb8baa79bac06fa51 is
> incomplete as polkit.loc must also be added to
> $(HOST_DIR)/share/gettext/its
>
> Fixes:
> - http://autobuild.buildroot.org/results/170e4802b7b4e8e7dafa95ade549e8fd05e43bfd
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/polkit/polkit.mk | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk
> index 23adb534d0..0c12a88601 100644
> --- a/package/polkit/polkit.mk
> +++ b/package/polkit/polkit.mk
> @@ -41,11 +41,13 @@ else
> POLKIT_CONF_OPTS += --with-authfw=shadow
> endif
>
> -# polkit.its is needed for gvfs and must be installed in $(HOST_DIR)
> +# polkit.{its,loc} are 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
> + $(INSTALL) -D -m 644 $(@D)/data/polkit.loc \
> + $(HOST_DIR)/share/gettext/its
The destination for "$(INSTALL) -D" must be a filename, not just the
directory, so I've fixed that for both the existing .its, and for the
.loc added by this patch.
Applied to master, thanks.
Regards,
Yann E. MORIN.
> endef
> POLKIT_POST_INSTALL_TARGET_HOOKS += POLKIT_INSTALL_ITS
>
> --
> 2.32.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-20 21:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-20 20:13 [Buildroot] [PATCH 1/1] package/polkit: install polkit.loc to HOST_DIR Fabrice Fontaine
2021-08-20 21:04 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox