pcmciautils: 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: aa761ddad6643ac755de0b8e9841f19245b3f5c1)

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:44 +01:00
committed by Richard Purdie
parent b7a6484ba1
commit 73a6fe958f

View File

@@ -9,5 +9,5 @@ SRC_URI[sha256sum] = "79e6ae441278e178c07501d492394ed2c0326fdb66894f6d040ec811b0
PR = "r1"
FILES_${PN}-dbg += "*/udev/.debug"
FILES_${PN} += "*/udev"
FILES_${PN}-dbg += "*/udev/.debug */*/udev/.debug"
FILES_${PN} += "*/udev */*/udev"