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.

(From OE-Core rev: 9a55950eee49d1105d3593efed719a0a21dc3da3)

Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Lock 2015-09-04 15:59:43 +01:00 committed by Richard Purdie
parent d1c2b4dfcf
commit b7a6484ba1
1 changed files with 1 additions and 0 deletions

View File

@ -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"