From 9a55950eee49d1105d3593efed719a0a21dc3da3 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 4 Sep 2015 15:59:43 +0100 Subject: 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 Signed-off-by: Richard Purdie --- 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 0fe5be5ba5..039c44354e 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" -- cgit 1.2.3-korg