| Submitter | Mark Hatle |
|---|---|
| Date | June 22, 2011, 5:36 p.m. |
| Message ID | <679b1001a83b8691e09978368176b19bb843f07b.1308763995.git.mark.hatle@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/6295/ |
| State | New, archived |
| Headers | show |
Comments
On Wed, 2011-06-22 at 12:36 -0500, Mark Hatle wrote:
> +FILES_${PN}-dbg += " ${libexecdir}/systemtap/.debug"
Not that it matters a great deal, but you don't need a leading space
with +=.
p.
Patch
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index e3e9264..8907985 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"
Signed-off-by: Mark Hatle <mark.hatle@windriver.com> --- meta/recipes-kernel/systemtap/systemtap_git.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)