summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-06-20 13:27:26 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-23 12:07:34 +0100
commit41694312a34bf85672b43ba479f724785a1562d5 (patch)
tree33d1b44311f7058245f70bc2b70803eccdc9595f /meta/recipes-kernel/systemtap
parentd6f064df0d2e256751e63757e1a56754c5a8b552 (diff)
downloadast2050-yocto-poky-41694312a34bf85672b43ba479f724785a1562d5.zip
ast2050-yocto-poky-41694312a34bf85672b43ba479f724785a1562d5.tar.gz
systemtamp: Add missing debug files
(From OE-Core rev: 456b7bf83847f8c53de460317ce7f2f58d91a84c) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-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 e3e9264..aeb87c8 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"
DEPENDS = "elfutils"
SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8"
-PR = "r2"
+PR = "r3"
PV = "1.4+git${SRCPV}"
SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
@@ -29,3 +29,5 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux'
S = "${WORKDIR}/git"
inherit autotools
+
+FILES_${PN}-dbg += "${libexecdir}/systemtap/.debug"
OpenPOWER on IntegriCloud