From 6e0c335bfb169bb9f8c2beb3298bf0e4b484049b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petter=20Mab=C3=A4cker?= Date: Mon, 12 May 2014 15:55:27 +0200 Subject: [PATCH] dbus: remove usage of FILESPATH MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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. (From OE-Core rev: 435dc012734669889b12e7bbd5364e24bbace098) Signed-off-by: Petter Mabäcker Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/dbus-test_1.6.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9ea0f4d..6ec9dfe 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" SRC_URI[sha256sum] = "7085a0895a9eb11a952394cdbea6d8b4358e17cb991fed0e8fb85e2b9e686dcd" S="${WORKDIR}/dbus-${PV}" -FILESPATH = "${FILE_DIRNAME}/dbus" +FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:" inherit autotools pkgconfig gettext ptest -- 2.7.4