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:26:20 +0100 |
commit | b7a6484ba1764a61c075f30934fc2392732bb983 (patch) | |
tree | 05ae0ef7695a4eb9e9a812d91d000aad4a25e364 /meta/recipes-connectivity | |
parent | d1c2b4dfcf0e26fbccbe576302f8e077baffab8b (diff) | |
download | poky-b7a6484ba1764a61c075f30934fc2392732bb983.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.
(From OE-Core rev: 9a55950eee49d1105d3593efed719a0a21dc3da3)
Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-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 0fe5be5ba5..039c44354e 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -95,6 +95,7 @@ FILES_${PN}-dbg += "\ | |||
95 | ${libdir}/bluetooth/plugins/.debug \ | 95 | ${libdir}/bluetooth/plugins/.debug \ |
96 | ${libdir}/*/.debug \ | 96 | ${libdir}/*/.debug \ |
97 | */udev/.debug \ | 97 | */udev/.debug \ |
98 | */*/udev/.debug \ | ||
98 | " | 99 | " |
99 | 100 | ||
100 | RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject" | 101 | RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject" |