diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-28 00:09:07 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-28 00:09:07 +0000 |
commit | 798ff0e5c5bd0ef9ab59576fc7a06103cef5b1dd (patch) | |
tree | e1ea121848c911f2e1970ba8ea0b591c8dd8f59f /packages/bluez/bluez-utils3.inc | |
parent | c1425324572da726718b65ff1206169d7de4fa19 (diff) |
bluez-utils 3.23 and friends: Set FILESPATH explicitly and correctly.
* Having a "files" dir in a multi-package directory is shooting everyone
in leg. There should be per-package dirs or else stuff will be taken from
god-knows-where.
* So, add FILESPATH for all bluez-utils descendant packages.
* This fixes build of bluez-cups-backend, which failed in do_patch
because some patch wa taken from wrong, catch-all "files" dir.
Diffstat (limited to 'packages/bluez/bluez-utils3.inc')
-rw-r--r-- | packages/bluez/bluez-utils3.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/bluez/bluez-utils3.inc b/packages/bluez/bluez-utils3.inc index b995d6990c..3932d722ee 100644 --- a/packages/bluez/bluez-utils3.inc +++ b/packages/bluez/bluez-utils3.inc @@ -8,11 +8,14 @@ RREPLACES = "bluez-utils-dbus" RCONFLICTS_${PN} = "bluez-utils-nodbus" LICENSE = "GPL" +FILESPATH = "${FILE_DIRNAME}/bluez-utils-${PV}:${FILE_DIRNAME}/bluez-utils" + # ti patch should be sent it upstream! SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://hcid.conf \ file://hciattach-ti-bts.patch;patch=1" + S = "${WORKDIR}/bluez-utils-${PV}" inherit autotools update-rc.d |