diff options
author | Joshua Lock <joshua.lock@collabora.co.uk> | 2015-09-04 15:59:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-06 15:24:18 +0100 |
commit | 9a55950eee49d1105d3593efed719a0a21dc3da3 (patch) | |
tree | ed1b931bf1eb3e9bcc9c2eb8ef746c74d2f7ecde /meta | |
parent | 7fe7f94da1af7a350ad2240da405dad829d49d71 (diff) | |
download | openembedded-core-contrib-9a55950eee49d1105d3593efed719a0a21dc3da3.tar.gz |
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@collabora.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |