All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pkgconfig: export variables
@ 2018-11-02  2:45 Joshua Watt
  2018-11-02  3:03 ` ✗ patchtest: failure for " Patchwork
  2018-12-06 19:34 ` [PATCH] " Joshua Watt
  0 siblings, 2 replies; 4+ messages in thread
From: Joshua Watt @ 2018-11-02  2:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Maxin B . John

Export the PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR variables in case the
parent shell hasn't done so.
---
 .../recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in b/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
index 5e44bb435c3..a9324de4cf3 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
@@ -1,7 +1,7 @@
 #! /bin/sh
 
-PKG_CONFIG_PATH="@PATH_NATIVE@"
-PKG_CONFIG_LIBDIR="@LIBDIR_NATIVE@"
+export PKG_CONFIG_PATH="@PATH_NATIVE@"
+export PKG_CONFIG_LIBDIR="@LIBDIR_NATIVE@"
 unset PKG_CONFIG_SYSROOT_DIR
 
 pkg-config "$@"
-- 
2.19.1



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

* ✗ patchtest: failure for pkgconfig: export variables
  2018-11-02  2:45 [PATCH] pkgconfig: export variables Joshua Watt
@ 2018-11-02  3:03 ` Patchwork
  2018-12-06 19:34 ` [PATCH] " Joshua Watt
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2018-11-02  3:03 UTC (permalink / raw)
  To: Joshua Watt; +Cc: openembedded-core

== Series Details ==

Series: pkgconfig: export variables
Revision: 1
URL   : https://patchwork.openembedded.org/series/14761/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Patch            pkgconfig: export variables
 Issue             Patch is missing Signed-off-by [test_signed_off_by_presence] 
  Suggested fix    Sign off the patch (either manually or with "git commit --amend -s")



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* Re: [PATCH] pkgconfig: export variables
  2018-11-02  2:45 [PATCH] pkgconfig: export variables Joshua Watt
  2018-11-02  3:03 ` ✗ patchtest: failure for " Patchwork
@ 2018-12-06 19:34 ` Joshua Watt
  2018-12-18 17:31   ` Joshua Watt
  1 sibling, 1 reply; 4+ messages in thread
From: Joshua Watt @ 2018-12-06 19:34 UTC (permalink / raw)
  To: openembedded-core

Armin,

Would you mind backporting this to thud?

Thanks.

On Thu, 2018-11-01 at 21:45 -0500, Joshua Watt wrote:
> Export the PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR variables in case
> the
> parent shell hasn't done so.
> ---
>  .../recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in | 4
> ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-
> native.in b/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-
> native.in
> index 5e44bb435c3..a9324de4cf3 100644
> --- a/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
> +++ b/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
> @@ -1,7 +1,7 @@
>  #! /bin/sh
>  
> -PKG_CONFIG_PATH="@PATH_NATIVE@"
> -PKG_CONFIG_LIBDIR="@LIBDIR_NATIVE@"
> +export PKG_CONFIG_PATH="@PATH_NATIVE@"
> +export PKG_CONFIG_LIBDIR="@LIBDIR_NATIVE@"
>  unset PKG_CONFIG_SYSROOT_DIR
>  
>  pkg-config "$@"
-- 
Joshua Watt <JPEWhacker@gmail.com>



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

* Re: [PATCH] pkgconfig: export variables
  2018-12-06 19:34 ` [PATCH] " Joshua Watt
@ 2018-12-18 17:31   ` Joshua Watt
  0 siblings, 0 replies; 4+ messages in thread
From: Joshua Watt @ 2018-12-18 17:31 UTC (permalink / raw)
  To: OE-core

On Thu, Dec 6, 2018 at 1:34 PM Joshua Watt <jpewhacker@gmail.com> wrote:
>
> Armin,
>
> Would you mind backporting this to thud?

Ping on the backport.

>
> Thanks.
>
> On Thu, 2018-11-01 at 21:45 -0500, Joshua Watt wrote:
> > Export the PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR variables in case
> > the
> > parent shell hasn't done so.
> > ---
> >  .../recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in | 4
> > ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-
> > native.in b/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-
> > native.in
> > index 5e44bb435c3..a9324de4cf3 100644
> > --- a/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
> > +++ b/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
> > @@ -1,7 +1,7 @@
> >  #! /bin/sh
> >
> > -PKG_CONFIG_PATH="@PATH_NATIVE@"
> > -PKG_CONFIG_LIBDIR="@LIBDIR_NATIVE@"
> > +export PKG_CONFIG_PATH="@PATH_NATIVE@"
> > +export PKG_CONFIG_LIBDIR="@LIBDIR_NATIVE@"
> >  unset PKG_CONFIG_SYSROOT_DIR
> >
> >  pkg-config "$@"
> --
> Joshua Watt <JPEWhacker@gmail.com>
>


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

end of thread, other threads:[~2018-12-18 17:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02  2:45 [PATCH] pkgconfig: export variables Joshua Watt
2018-11-02  3:03 ` ✗ patchtest: failure for " Patchwork
2018-12-06 19:34 ` [PATCH] " Joshua Watt
2018-12-18 17:31   ` Joshua Watt

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.