From: Joshua Lock Date: Fri, 4 Sep 2015 14:59:43 +0000 (+0100) Subject: bluez: handle udev dir being 2 levels below / X-Git-Tag: 2015-10~558 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9a55950eee49d1105d3593efed719a0a21dc3da3;p=openembedded-core.git 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 --- 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"