[oe-commits] Tom Rini : bluez: Switch to FILESPATHPKG

git version control git at git.openembedded.org
Wed Jun 9 17:51:06 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d428b64c3070c25afaf24c7a4a2040f0434c395f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d428b64c3070c25afaf24c7a4a2040f0434c395f

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Jun  9 10:46:50 2010 -0700

bluez: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/bluez/bluez-utils3.inc |    2 +-
 recipes/bluez/bluez.inc        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/bluez/bluez-utils3.inc b/recipes/bluez/bluez-utils3.inc
index d757459..16e5ede 100644
--- a/recipes/bluez/bluez-utils3.inc
+++ b/recipes/bluez/bluez-utils3.inc
@@ -8,7 +8,7 @@ RREPLACES = "bluez-utils-dbus"
 RCONFLICTS_${PN} = "bluez-utils-nodbus"
 LICENSE = "GPL"
 
-FILESPATH = "${FILE_DIRNAME}/bluez-utils-${PV}:${FILE_DIRNAME}/bluez-utils"
+FILESPATHPKG =. "bluez-utils-${PV}:bluez-utils:"
 
 SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
            file://hcid.conf \
diff --git a/recipes/bluez/bluez.inc b/recipes/bluez/bluez.inc
index e4202f3..366b5f1 100644
--- a/recipes/bluez/bluez.inc
+++ b/recipes/bluez/bluez.inc
@@ -11,7 +11,7 @@ RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils-dbus"
 RREPLACES = "bluez-utils-dbus"
 RCONFLICTS_${PN} = "bluez-utils-nodbus"
 
-FILESPATH = "${FILE_DIRNAME}/bluez-utils-${PV}:${FILE_DIRNAME}/bluez-utils"
+FILESPATHPKG =. "bluez-utils-${PV}:bluez-utils:"
 
 S = "${WORKDIR}/bluez-${PV}"
 





More information about the Openembedded-commits mailing list