summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index e3e9264c5f..aeb87c82f0 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "elfutils" 5DEPENDS = "elfutils"
6 6
7SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8" 7SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8"
8PR = "r2" 8PR = "r3"
9PV = "1.4+git${SRCPV}" 9PV = "1.4+git${SRCPV}"
10 10
11SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ 11SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
@@ -29,3 +29,5 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux'
29S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
30 30
31inherit autotools 31inherit autotools
32
33FILES_${PN}-dbg += "${libexecdir}/systemtap/.debug"