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-05 02:53:00 +0000 |
commit | 4c36a9b345add52791d4e33005d4f5d3a3b39e10 (patch) | |
tree | d3fe612b778cb26fbded7ec50894ee119947d759 /recipes-demo-hmi | |
parent | f4eb970c8fc93d7670afbd75ec2e51c40337ed93 (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 80d402b05..7782587bd 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -26,3 +26,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)}" |