summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-02-22 12:57:14 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2018-02-22 13:47:44 +0000
commit4948111ddf84aa58e5ef589f61fe0f6e055a0d1a (patch)
treecb16733e77a6d184e729b89a2ef58728f4a0b1cb
parent82723d6f2a82b9840800ec6a40afa0221127cbd2 (diff)
downloadmeta-boot2qt-4948111ddf84aa58e5ef589f61fe0f6e055a0d1a.tar.gz
perf: enable unwind support
Upstream recipe has been changed to use PACKAGECONFIGs Task-number: QTBUG-66575 Change-Id: I446737d9beb779ce76ebb66fc3e7a109e734aae2 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--recipes/perf/perf.bbappend5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/perf/perf.bbappend b/recipes/perf/perf.bbappend
index 487cd41..f8a9591 100644
--- a/recipes/perf/perf.bbappend
+++ b/recipes/perf/perf.bbappend
@@ -1,6 +1,6 @@
1############################################################################ 1############################################################################
2## 2##
3## Copyright (C) 2016 The Qt Company Ltd. 3## Copyright (C) 2018 The Qt Company Ltd.
4## Contact: https://www.qt.io/licensing/ 4## Contact: https://www.qt.io/licensing/
5## 5##
6## This file is part of the Boot to Qt meta layer. 6## This file is part of the Boot to Qt meta layer.
@@ -27,5 +27,4 @@
27## 27##
28############################################################################ 28############################################################################
29 29
30PERF_FEATURES_ENABLE = "perf-libunwind" 30PACKAGECONFIG_append = " libunwind"
31EXTRA_OEMAKE_remove = "NO_DWARF=1"