[oe-commits] =?UTF-8?Q?Petter=20Mab=C3=A4cker=20?=: dbus: remove usage of FILESPATH

git at git.openembedded.org git at git.openembedded.org
Mon May 12 17:01:55 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 5cc665be949c014a1245adc34e77b61c6034cf58
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5cc665be949c014a1245adc34e77b61c6034cf58

Author: Petter Mabäcker <petter at technux.se>
Date:   Mon May 12 15:55:27 2014 +0200

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.

Signed-off-by: Petter Mabäcker <petter at technux.se>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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
 



More information about the Openembedded-commits mailing list