summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2014-05-12 15:55:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-13 19:32:04 +0100
commita20afe067f66eec56ee7c7838efc737036365300 (patch)
tree104ba55478b10c694f687dd51ae145ddf48fa975 /meta/recipes-core/dbus
parentabf8f0f575a70cb88ef0f2d09072f7f105feadd0 (diff)
downloadpoky-a20afe067f66eec56ee7c7838efc737036365300.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus-test_1.6.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus-test_1.6.18.bb b/meta/recipes-core/dbus/dbus-test_1.6.18.bb
index 9ea0f4d374..6ec9dfe78c 100644
--- a/meta/recipes-core/dbus/dbus-test_1.6.18.bb
+++ b/meta/recipes-core/dbus/dbus-test_1.6.18.bb
@@ -23,7 +23,7 @@ SRC_URI[md5sum] = "b02e9c95027a416987b81f9893831061"
23SRC_URI[sha256sum] = "7085a0895a9eb11a952394cdbea6d8b4358e17cb991fed0e8fb85e2b9e686dcd" 23SRC_URI[sha256sum] = "7085a0895a9eb11a952394cdbea6d8b4358e17cb991fed0e8fb85e2b9e686dcd"
24 24
25S="${WORKDIR}/dbus-${PV}" 25S="${WORKDIR}/dbus-${PV}"
26FILESPATH = "${FILE_DIRNAME}/dbus" 26FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:"
27 27
28inherit autotools pkgconfig gettext ptest 28inherit autotools pkgconfig gettext ptest
29 29