From 798ff0e5c5bd0ef9ab59576fc7a06103cef5b1dd Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 28 Jan 2008 00:09:07 +0000 Subject: 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. --- packages/bluez/bluez-utils3.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/bluez/bluez-utils3.inc') 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 -- cgit v1.2.3