summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-14 14:30:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-14 14:31:26 +0100
commit45da10943965193fd2d14b756b95e6f0f4ae9029 (patch)
treebb4926cfff1eac013d46c79b5f193be1f71c3af8 /meta/recipes-kernel
parent71b8383a6b2cc4c48424b5e3bd872de787b378b8 (diff)
downloadpoky-45da10943965193fd2d14b756b95e6f0f4ae9029.tar.gz
systemtap: Ensure FILESPATH is set so systemtap-uprobes can find patches
This allows systemtap-uprobes to build again after the recently added patch broke the builds. (From OE-Core rev: 4bbe926f3ca68297d70849bab67177da624316d1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index c4d6e34839..839cec35a2 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -8,6 +8,8 @@ SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
8 file://docproc-build-fix.patch \ 8 file://docproc-build-fix.patch \
9 " 9 "
10 10
11FILESPATH = "${FILE_DIRNAME}/systemtap"
12
11SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee" 13SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee"
12SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459" 14SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459"
13 15