diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-14 14:30:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-14 14:31:26 +0100 |
commit | 45da10943965193fd2d14b756b95e6f0f4ae9029 (patch) | |
tree | bb4926cfff1eac013d46c79b5f193be1f71c3af8 /meta/recipes-kernel/systemtap/systemtap_git.inc | |
parent | 71b8383a6b2cc4c48424b5e3bd872de787b378b8 (diff) | |
download | poky-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/systemtap/systemtap_git.inc')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 2 |
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 | ||
11 | FILESPATH = "${FILE_DIRNAME}/systemtap" | ||
12 | |||
11 | SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee" | 13 | SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee" |
12 | SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459" | 14 | SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459" |
13 | 15 | ||