diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-09 10:46:50 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-09 10:50:54 -0700 |
commit | d428b64c3070c25afaf24c7a4a2040f0434c395f (patch) | |
tree | b984a45ba2ba546c2f7064b36e556b78d8842408 /recipes/bluez | |
parent | c9214a4406f1714ebe0da812b779ea862b556a09 (diff) |
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.inc | 2 | ||||
-rw-r--r-- | 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 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}" |