aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-06-09 10:46:50 -0700
committerTom Rini <tom_rini@mentor.com>2010-06-09 10:50:54 -0700
commitd428b64c3070c25afaf24c7a4a2040f0434c395f (patch)
treeb984a45ba2ba546c2f7064b36e556b78d8842408 /recipes/bluez
parentc9214a4406f1714ebe0da812b779ea862b556a09 (diff)
downloadopenembedded-d428b64c3070c25afaf24c7a4a2040f0434c395f.tar.gz
bluez: Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/bluez')
-rw-r--r--recipes/bluez/bluez-utils3.inc2
-rw-r--r--recipes/bluez/bluez.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/bluez/bluez-utils3.inc b/recipes/bluez/bluez-utils3.inc
index d75745954d..16e5ede9bc 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 e4202f3bd5..366b5f1022 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}"