summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb2
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
index ab9acba023..4d2bec4714 100644
--- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
@@ -11,6 +11,8 @@ ALLOW_EMPTY_${PN} = "1"
11 11
12inherit module-base gettext 12inherit module-base gettext
13 13
14FILESEXTRAPATHS =. "${FILE_DIRNAME}/systemtap:"
15
14FILES_${PN} += "${datadir}/systemtap/runtime/uprobes" 16FILES_${PN} += "${datadir}/systemtap/runtime/uprobes"
15 17
16EXTRA_OEMAKE = "" 18EXTRA_OEMAKE = ""
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 78439c152c..717d66f738 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -8,8 +8,6 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
8 file://obsolete_automake_macros.patch \ 8 file://obsolete_automake_macros.patch \
9 " 9 "
10 10
11FILESPATH = "${FILE_DIRNAME}/systemtap"
12
13# systemtap doesn't support mips 11# systemtap doesn't support mips
14COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux' 12COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux'
15 13