summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-06-06 20:33:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-09 17:12:05 +0100
commit12e57c58ed25c113934f3370eea241211fa5c0b3 (patch)
tree0edf57561e54d5d6b01bac439cdf88565872924d /meta/recipes-kernel/perf
parentf2efadab8b1ab1c50584a39908673e1a6717f753 (diff)
downloadopenembedded-core-contrib-12e57c58ed25c113934f3370eea241211fa5c0b3.tar.gz
perf: enable libunwind
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r--meta/recipes-kernel/perf/perf.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index ffaa5f6664..338d48b634 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -12,7 +12,7 @@ PR = "r9"
BUILDPERF_libc-uclibc = "no"
-PACKAGECONFIG ??= "scripting tui"
+PACKAGECONFIG ??= "scripting tui libunwind"
PACKAGECONFIG[scripting] = ",NO_LIBPERL=1 NO_LIBPYTHON=1,perl python"
# gui support was added with kernel 3.6.35
# since 3.10 libnewt was replaced by slang