diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-01-04 21:55:25 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-01-04 21:56:06 -0500 |
commit | de48fe66dbe41f9fabd59b84139f2225a3b42a5d (patch) | |
tree | 853f2b528aa8621021bdb4a1a56502adfba273f3 /recipes-demo-hmi | |
parent | 175439cae1b97852765a82d4f00698114e3e769c (diff) |
homescreen: quiet debug messages in non-devel
Define QT_NO_DEBUG_OUTPUT when not building with agl-devel enabled
to quiet the debug logging on volume changes.
Change-Id: I8667332954664cf07f3d29b098c9c9dc8265c2ee
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/homescreen/homescreen_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index bc46539c9..0b9106de6 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -27,3 +27,5 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git/" PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" + +OE_QMAKE_CXXFLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}" |