mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01:00
dbus: 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: 435dc012734669889b12e7bbd5364e24bbace098) 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
abf8f0f575
commit
a20afe067f
@@ -23,7 +23,7 @@ SRC_URI[md5sum] = "b02e9c95027a416987b81f9893831061"
|
||||
SRC_URI[sha256sum] = "7085a0895a9eb11a952394cdbea6d8b4358e17cb991fed0e8fb85e2b9e686dcd"
|
||||
|
||||
S="${WORKDIR}/dbus-${PV}"
|
||||
FILESPATH = "${FILE_DIRNAME}/dbus"
|
||||
FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:"
|
||||
|
||||
inherit autotools pkgconfig gettext ptest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user