summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/ktap/ktap_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-11-09 12:26:29 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-11 10:46:55 +0100
commit4a680e64f4570d38ffdfca51b67e6347ac91a361 (patch)
treec0f0a64349700c54490948815e3969e2e20d86c7 /meta-oe/recipes-kernel/ktap/ktap_git.bb
parentfc591a156abdd880b348bc9433c1d4db602a59f7 (diff)
downloadmeta-openembedded-4a680e64f4570d38ffdfca51b67e6347ac91a361.tar.gz
ktap: add libelf PACKAGECONFIG also to ktap-module
* building ktap-module without elfutils fails with: ktap-module/0.4-r0/git/Makefile:107: No libelf found, disables symbol resolving, please install elfutils-libelf-devel/libelf-dev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/ktap/ktap_git.bb')
-rw-r--r--meta-oe/recipes-kernel/ktap/ktap_git.bb10
1 files changed, 1 insertions, 9 deletions
diff --git a/meta-oe/recipes-kernel/ktap/ktap_git.bb b/meta-oe/recipes-kernel/ktap/ktap_git.bb
index 1379c48334..248e7bdd66 100644
--- a/meta-oe/recipes-kernel/ktap/ktap_git.bb
+++ b/meta-oe/recipes-kernel/ktap/ktap_git.bb
@@ -6,17 +6,9 @@ SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux"
6DEPENDS = "ktap-module" 6DEPENDS = "ktap-module"
7 7
8PNBLACKLIST[ktap] ?= "Depends on blacklisted kernel-module-ktapvm" 8PNBLACKLIST[ktap] ?= "Depends on blacklisted kernel-module-ktapvm"
9#Available package configs:
10# libelf - needed to resolve symbols in DSO and for sdt
11# ffi - only supports x86_64 for now!. Needs to be enabled for ktap-module too.
12PACKAGECONFIG ?= "libelf"
13
14PACKAGECONFIG[libelf] = ",,elfutils"
15 9
16# Only build the userspace app 10# Only build the userspace app
17EXTRA_OEMAKE = "${@base_contains('PACKAGECONFIG', 'libelf', '', 'NO_LIBELF=1', d)} \ 11EXTRA_OEMAKE += "ktap"
18 ${@base_contains('PACKAGECONFIG', 'ffi', 'FFI=1', '', d)} \
19 ktap"
20 12
21do_install() { 13do_install() {
22 install -d ${D}${bindir} 14 install -d ${D}${bindir}