diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-02-22 12:57:14 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-02-22 13:47:44 +0000 |
commit | 4948111ddf84aa58e5ef589f61fe0f6e055a0d1a (patch) | |
tree | cb16733e77a6d184e729b89a2ef58728f4a0b1cb | |
parent | 82723d6f2a82b9840800ec6a40afa0221127cbd2 (diff) | |
download | meta-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.bbappend | 5 |
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 | ||
30 | PERF_FEATURES_ENABLE = "perf-libunwind" | 30 | PACKAGECONFIG_append = " libunwind" |
31 | EXTRA_OEMAKE_remove = "NO_DWARF=1" | ||