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: lucaceresoli/bug-15201-perf-libtraceevent-missing~29071 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a55950eee49d1105d3593efed719a0a21dc3da3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 0fe5be5ba56..039c44354e5 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"