From 4948111ddf84aa58e5ef589f61fe0f6e055a0d1a Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 22 Feb 2018 12:57:14 +0200 Subject: perf: enable unwind support Upstream recipe has been changed to use PACKAGECONFIGs Task-number: QTBUG-66575 Change-Id: I446737d9beb779ce76ebb66fc3e7a109e734aae2 Reviewed-by: Kari Oikarinen Reviewed-by: Ulf Hermann --- recipes/perf/perf.bbappend | 5 ++--- 1 file 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 @@ ############################################################################ ## -## Copyright (C) 2016 The Qt Company Ltd. +## Copyright (C) 2018 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Boot to Qt meta layer. @@ -27,5 +27,4 @@ ## ############################################################################ -PERF_FEATURES_ENABLE = "perf-libunwind" -EXTRA_OEMAKE_remove = "NO_DWARF=1" +PACKAGECONFIG_append = " libunwind" -- cgit v1.2.3-54-g00ecf