summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <henning@itconsulting-heinold.de>2014-06-16 22:02:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:47:18 +0100
commit0843e078731cac6025e5af7ffd759bfb018c64f3 (patch)
tree059ec0b28d5756fca4e04378fb84458b9b794937
parent793afb3e814c70d65afeea8962e9bd150e122a52 (diff)
downloadpoky-0843e078731cac6025e5af7ffd759bfb018c64f3.tar.gz
perf: add slang to the dependencies
* TUI/GUI support was added in 2.6.35 based on libnewt * since 3.10 slang replaced libnewt completly * changing TUI_DEFINES is not necessary, because NO_NEWT is still respected with newer kernels * add comment about the gui history to the recipe The patch was sponsored by sysmocom (From OE-Core rev: 348b90a8a9b32e5e4a10960194a2f622cb07a0c6) Signed-off-by: Henning Heinold <henning@itconsulting-heinold.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/perf/perf.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 92d37e269c..20968f98cc 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -15,7 +15,10 @@ require perf-features.inc
15 15
16BUILDPERF_libc-uclibc = "no" 16BUILDPERF_libc-uclibc = "no"
17 17
18TUI_DEPENDS = "${@perf_feature_enabled('perf-tui', 'libnewt', '',d)}" 18# gui support was added with kernel 3.6.35
19# since 3.10 libnewt was replaced by slang
20# to cover a wide range of kernel we add both dependencies
21TUI_DEPENDS = "${@perf_feature_enabled('perf-tui', 'libnewt slang', '',d)}"
19SCRIPTING_DEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl python', '',d)}" 22SCRIPTING_DEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl python', '',d)}"
20 23
21DEPENDS = "virtual/kernel \ 24DEPENDS = "virtual/kernel \