diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2018-01-24 21:21:06 +0100 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2018-01-25 11:37:18 +0100 |
commit | 11a471cb0df8cc7b46c7e7da6e278c377aec9df1 (patch) | |
tree | 73d215c7374d9b3b597a4860fc53d12cd50e441b /recipes-kernel/systemtap | |
parent | 5df155b5d9f88ebc12e7e21813b23f3fc5a23ba5 (diff) | |
download | meta-el-common-11a471cb0df8cc7b46c7e7da6e278c377aec9df1.tar.gz |
systemtap: Add dependency on systemtap-native
This allows running systemtap remotely using the crosstap script.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'recipes-kernel/systemtap')
-rw-r--r-- | recipes-kernel/systemtap/systemtap_git.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/systemtap/systemtap_git.bbappend b/recipes-kernel/systemtap/systemtap_git.bbappend new file mode 100644 index 0000000..dc43095 --- /dev/null +++ b/recipes-kernel/systemtap/systemtap_git.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | #systemtap-native is used for running systemtap remotely ussing the crosstap script | ||
2 | DEPENDS += "systemtap-native" | ||