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 12:07:34 +0100 |
commit | 41694312a34bf85672b43ba479f724785a1562d5 (patch) | |
tree | 33d1b44311f7058245f70bc2b70803eccdc9595f /meta/recipes-kernel/systemtap | |
parent | d6f064df0d2e256751e63757e1a56754c5a8b552 (diff) | |
download | 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.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" | |||
5 | DEPENDS = "elfutils" | 5 | DEPENDS = "elfutils" |
6 | 6 | ||
7 | SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8" | 7 | SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8" |
8 | PR = "r2" | 8 | PR = "r3" |
9 | PV = "1.4+git${SRCPV}" | 9 | PV = "1.4+git${SRCPV}" |
10 | 10 | ||
11 | SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ | 11 | SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ |
@@ -29,3 +29,5 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux' | |||
29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
30 | 30 | ||
31 | inherit autotools | 31 | inherit autotools |
32 | |||
33 | FILES_${PN}-dbg += "${libexecdir}/systemtap/.debug" | ||