summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-01-24 21:21:06 +0100
committerMartin Borg <martin.borg@enea.com>2018-01-25 11:37:18 +0100
commit11a471cb0df8cc7b46c7e7da6e278c377aec9df1 (patch)
tree73d215c7374d9b3b597a4860fc53d12cd50e441b
parent5df155b5d9f88ebc12e7e21813b23f3fc5a23ba5 (diff)
downloadmeta-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>
-rw-r--r--recipes-kernel/systemtap/systemtap_git.bbappend2
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
2DEPENDS += "systemtap-native"