All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/perl-extutils-pkgconfig: set PATH to BR_PATH
@ 2021-02-17  6:49 Fabrice Fontaine
  2021-02-17 16:25 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-02-17  6:49 UTC (permalink / raw)
  To: buildroot

Set PATH to BR_PATH to allow perl-extutils-pkgconfig to find pkg-config
binary

Fixes:
 - http://autobuild.buildroot.org/results/d87787fbf2a8cb9bbaa3b59d1e8004ad1459536a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.mk b/package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.mk
index ba85b36187..cb11e9f588 100644
--- a/package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.mk
+++ b/package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.mk
@@ -13,4 +13,6 @@ PERL_EXTUTILS_PKGCONFIG_DISTNAME = ExtUtils-PkgConfig
 
 HOST_PERL_EXTUTILS_PKGCONFIG_DEPENDENCIES = host-pkgconf
 
+HOST_PERL_EXTUTILS_PKGCONFIG_CONF_ENV = PATH=$(BR_PATH)
+
 $(eval $(host-perl-package))
-- 
2.30.0

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

* [Buildroot] [PATCH 1/1] package/perl-extutils-pkgconfig: set PATH to BR_PATH
  2021-02-17  6:49 [Buildroot] [PATCH 1/1] package/perl-extutils-pkgconfig: set PATH to BR_PATH Fabrice Fontaine
@ 2021-02-17 16:25 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2021-02-17 16:25 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Set PATH to BR_PATH to allow perl-extutils-pkgconfig to find pkg-config
 > binary

 > Fixes:
 >  - http://autobuild.buildroot.org/results/d87787fbf2a8cb9bbaa3b59d1e8004ad1459536a

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-02-17 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17  6:49 [Buildroot] [PATCH 1/1] package/perl-extutils-pkgconfig: set PATH to BR_PATH Fabrice Fontaine
2021-02-17 16:25 ` Peter Korsgaard

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.