]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemtamp: Add missing debug files
authorMark Hatle <mark.hatle@windriver.com>
Mon, 20 Jun 2011 18:27:26 +0000 (13:27 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 10:57:37 +0000 (11:57 +0100)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-kernel/systemtap/systemtap_git.bb

index e3e9264c5f21701e090799b838ccd552fef4dfa6..aeb87c82f07cac07bcfac86a2db4ce267bcff677 100644 (file)
@@ -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"