From: Richard Purdie Date: Sat, 14 Apr 2012 13:30:34 +0000 (+0100) Subject: systemtap: Ensure FILESPATH is set so systemtap-uprobes can find patches X-Git-Tag: rev_ivi_2015_02_04~17671 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15bceddd0e619681af9aafbed3e14a59860cfad3;p=scm%2Fbb%2Ftizen-distro.git 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 --- diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index c4d6e34..839cec3 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"