[oe-commits] Joshua Lock : bluez: handle udev dir being 2 levels below /

git at git.openembedded.org git at git.openembedded.org
Sat Sep 5 05:30:07 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 898a23915b6afcf516763f505bcff66a533500e4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=898a23915b6afcf516763f505bcff66a533500e4

Author: Joshua Lock <joshua.lock at collabora.co.uk>
Date:   Fri Sep  4 15:59:43 2015 +0100

bluez: handle udev dir being 2 levels below /

When building with a merged /usr dir the udev directory
lives at /usr/lib/udev - update the FILES pattern to also
pick up udev files installed two levels below the / to
ensure a merged /usr works.

Signed-off-by: Joshua Lock <joshua.lock at collabora.co.uk>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/bluez5/bluez5.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 0fe5be5..039c443 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -95,6 +95,7 @@ FILES_${PN}-dbg += "\
   ${libdir}/bluetooth/plugins/.debug \
   ${libdir}/*/.debug \
   */udev/.debug \
+  */*/udev/.debug \
   "
 
 RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject"



More information about the Openembedded-commits mailing list