mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
systemtap: remove usage of FILESPATH
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. (From OE-Core rev: 20de1b4d28f165593e86ee52211ebb595da4c01f) Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
56751edd3a
commit
abf8f0f575
@@ -11,6 +11,8 @@ ALLOW_EMPTY_${PN} = "1"
|
|||||||
|
|
||||||
inherit module-base gettext
|
inherit module-base gettext
|
||||||
|
|
||||||
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/systemtap:"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/systemtap/runtime/uprobes"
|
FILES_${PN} += "${datadir}/systemtap/runtime/uprobes"
|
||||||
|
|
||||||
EXTRA_OEMAKE = ""
|
EXTRA_OEMAKE = ""
|
||||||
|
|||||||
@@ -8,8 +8,6 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
|
|||||||
file://obsolete_automake_macros.patch \
|
file://obsolete_automake_macros.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILESPATH = "${FILE_DIRNAME}/systemtap"
|
|
||||||
|
|
||||||
# systemtap doesn't support mips
|
# systemtap doesn't support mips
|
||||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux'
|
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user