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. Avoid using filesdir in dbus, since current patchdirs are only shared between some of the dbus bb-files.
Signed-off-by: Petter Mabäcker <[email protected]> --- 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..bff1a46 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_prepend := "${THISDIR}/dbus:" inherit autotools pkgconfig gettext ptest -- 1.7.9.5 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
