From 20de1b4d28f165593e86ee52211ebb595da4c01f Mon Sep 17 00:00:00 2001 From: Petter Mabäcker Date: Mon, 12 May 2014 15:55:26 +0200 Subject: systemtap: remove usage of FILESPATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. Signed-off-by: Petter Mabäcker Signed-off-by: Richard Purdie --- meta/recipes-kernel/systemtap/systemtap_git.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-kernel/systemtap/systemtap_git.inc') diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 78439c152c..717d66f738 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc @@ -8,8 +8,6 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \ file://obsolete_automake_macros.patch \ " -FILESPATH = "${FILE_DIRNAME}/systemtap" - # systemtap doesn't support mips COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux' -- cgit 1.2.3-korg