diff options
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb index b328e6bac8..0cfcbe44ac 100644 --- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | |||
@@ -4,7 +4,7 @@ require systemtap_git.inc | |||
4 | 4 | ||
5 | DEPENDS = "systemtap virtual/kernel" | 5 | DEPENDS = "systemtap virtual/kernel" |
6 | 6 | ||
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | # On systems without CONFIG_UTRACE, this package is empty. | 9 | # On systems without CONFIG_UTRACE, this package is empty. |
10 | ALLOW_EMPTY_${PN} = "1" | 10 | ALLOW_EMPTY_${PN} = "1" |
@@ -36,7 +36,7 @@ do_compile() { | |||
36 | do_install() { | 36 | do_install() { |
37 | if [ -e "${S}/runtime/uprobes/uprobes.ko" ] | 37 | if [ -e "${S}/runtime/uprobes/uprobes.ko" ] |
38 | then | 38 | then |
39 | install -d ${D}/usr/share/systemtap/runtime/uprobes/ | 39 | install -d ${D}${datadir}/systemtap/runtime/uprobes/ |
40 | install -m 0644 ${S}/runtime/uprobes/uprobes.ko ${D}/usr/share/systemtap/runtime/uprobes/ | 40 | install -m 0644 ${S}/runtime/uprobes/uprobes.ko ${D}${datadir}/systemtap/runtime/uprobes/ |
41 | fi | 41 | fi |
42 | } | 42 | } |