From 11a471cb0df8cc7b46c7e7da6e278c377aec9df1 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 24 Jan 2018 21:21:06 +0100 Subject: systemtap: Add dependency on systemtap-native This allows running systemtap remotely using the crosstap script. Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- recipes-kernel/systemtap/systemtap_git.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-kernel/systemtap/systemtap_git.bbappend 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 @@ +#systemtap-native is used for running systemtap remotely ussing the crosstap script +DEPENDS += "systemtap-native" -- cgit v1.2.3-54-g00ecf