diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 13:27:26 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 11:57:37 +0100 |
commit | 456b7bf83847f8c53de460317ce7f2f58d91a84c (patch) | |
tree | 8c921f048cc10c1373118350451296bc520e0aac /meta/recipes-kernel/systemtap | |
parent | 948c00e036f1d7c7ed419607b0e51c9ef9bd4bd1 (diff) | |
download | openembedded-core-456b7bf83847f8c53de460317ce7f2f58d91a84c.tar.gz openembedded-core-456b7bf83847f8c53de460317ce7f2f58d91a84c.tar.bz2 openembedded-core-456b7bf83847f8c53de460317ce7f2f58d91a84c.zip |
systemtamp: Add missing debug files
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 4 |
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" 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" |