From: Ross Burton Date: Tue, 6 Jun 2017 19:33:44 +0000 (+0100) Subject: perf: enable libunwind X-Git-Tag: uninative-1.7~597 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=12e57c58ed25c113934f3370eea241211fa5c0b3;p=openembedded-core.git perf: enable libunwind Signed-off-by: Ross Burton --- 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