All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for journald logging
@ 2016-06-09 11:43 Christoph Settgast
  2016-06-16  3:00 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Settgast @ 2016-06-09 11:43 UTC (permalink / raw)
  To: openembedded-devel

Note from qtbase configure script:

 If your users intend on developing applications if logging to journal
 is enabled, ensure that the IDEs they use either set
 QT_LOGGING_TO_CONSOLE to 1 or the IDE is able to read the logged
 output from journald.

Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de>
---
 recipes-qt/qt5/qtbase_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index 72ef3ae..a2a865d 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -127,6 +127,7 @@ PACKAGECONFIG[nis] = "-nis,-no-nis"
 PACKAGECONFIG[widgets] = "-widgets,-no-widgets"
 PACKAGECONFIG[libproxy] = "-libproxy,-no-libproxy,libproxy"
 PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput"
+PACKAGECONFIG[journald] = "-journald,-no-journald,systemd"
 
 QT_CONFIG_FLAGS += " \
     -shared \
-- 
1.9.1



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

* Re: [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for journald logging
  2016-06-09 11:43 [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for journald logging Christoph Settgast
@ 2016-06-16  3:00 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2016-06-16  3:00 UTC (permalink / raw)
  To: openembeded-devel

On Thu, Jun 9, 2016 at 4:43 AM, Christoph Settgast
<christoph.settgast@methodpark.de> wrote:
> Note from qtbase configure script:
>
>  If your users intend on developing applications if logging to journal
>  is enabled, ensure that the IDEs they use either set
>  QT_LOGGING_TO_CONSOLE to 1 or the IDE is able to read the logged
>  output from journald.
>
> Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de>
> ---
>  recipes-qt/qt5/qtbase_git.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
> index 72ef3ae..a2a865d 100644
> --- a/recipes-qt/qt5/qtbase_git.bb
> +++ b/recipes-qt/qt5/qtbase_git.bb
> @@ -127,6 +127,7 @@ PACKAGECONFIG[nis] = "-nis,-no-nis"
>  PACKAGECONFIG[widgets] = "-widgets,-no-widgets"
>  PACKAGECONFIG[libproxy] = "-libproxy,-no-libproxy,libproxy"
>  PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput"
> +PACKAGECONFIG[journald] = "-journald,-no-journald,systemd"

this should also check for systemd being in DISTRO_FEATURES

>
>  QT_CONFIG_FLAGS += " \
>      -shared \
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2016-06-16  3:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-09 11:43 [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for journald logging Christoph Settgast
2016-06-16  3:00 ` Khem Raj

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.