diff options
author | Ross Burton <ross.burton@intel.com> | 2017-06-06 20:33:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-09 17:12:14 +0100 |
commit | 4a4082768d52096be2806093249892ce7180e0bc (patch) | |
tree | ae0cb49f731578d61830548dabdeaeb9adde9855 /meta/recipes-kernel | |
parent | e4a45dafdaa54b9755baf1ecaea06ab5d3dbb8e2 (diff) | |
download | poky-4a4082768d52096be2806093249892ce7180e0bc.tar.gz |
perf: enable libunwind
(From OE-Core rev: 12e57c58ed25c113934f3370eea241211fa5c0b3)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 2 |
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" | |||
12 | 12 | ||
13 | BUILDPERF_libc-uclibc = "no" | 13 | BUILDPERF_libc-uclibc = "no" |
14 | 14 | ||
15 | PACKAGECONFIG ??= "scripting tui" | 15 | PACKAGECONFIG ??= "scripting tui libunwind" |
16 | PACKAGECONFIG[scripting] = ",NO_LIBPERL=1 NO_LIBPYTHON=1,perl python" | 16 | PACKAGECONFIG[scripting] = ",NO_LIBPERL=1 NO_LIBPYTHON=1,perl python" |
17 | # gui support was added with kernel 3.6.35 | 17 | # gui support was added with kernel 3.6.35 |
18 | # since 3.10 libnewt was replaced by slang | 18 | # since 3.10 libnewt was replaced by slang |