diff options
Diffstat (limited to 'meta-oe/recipes-kernel/ktap/ktap-module_0.4.bb')
-rw-r--r-- | meta-oe/recipes-kernel/ktap/ktap-module_0.4.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/ktap/ktap-module_0.4.bb b/meta-oe/recipes-kernel/ktap/ktap-module_0.4.bb index 12167ea16..ce6885cbb 100644 --- a/meta-oe/recipes-kernel/ktap/ktap-module_0.4.bb +++ b/meta-oe/recipes-kernel/ktap/ktap-module_0.4.bb | |||
@@ -6,8 +6,11 @@ DESCRIPTION = "KTAP is a scripting dynamic tracing tool for Linux" | |||
6 | 6 | ||
7 | inherit module | 7 | inherit module |
8 | 8 | ||
9 | # Available package configs: ffi (only supported on x86_64) | ||
10 | PACKAGECONFIG ?= "" | ||
11 | |||
9 | # Only build the module | 12 | # Only build the module |
10 | MAKE_TARGETS = "mod" | 13 | MAKE_TARGETS = "${@base_contains('PACKAGECONFIG', 'ffi', 'FFI=1', '', d)} mod" |
11 | 14 | ||
12 | # Kernel module packages MUST begin with 'kernel-module-', otherwise | 15 | # Kernel module packages MUST begin with 'kernel-module-', otherwise |
13 | # multilib image generation can fail. | 16 | # multilib image generation can fail. |