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:30:59 +0100 |
commit | 4bbe926f3ca68297d70849bab67177da624316d1 (patch) | |
tree | 490bc0c21907e406cc84dcd878882e8cc7f7d93d | |
parent | 381bf0d364da5970682502f8f124264907587b87 (diff) | |
download | openembedded-core-4bbe926f3ca68297d70849bab67177da624316d1.tar.gz openembedded-core-4bbe926f3ca68297d70849bab67177da624316d1.tar.bz2 openembedded-core-4bbe926f3ca68297d70849bab67177da624316d1.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 \ file://docproc-build-fix.patch \ " +FILESPATH = "${FILE_DIRNAME}/systemtap" + SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee" SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459" |