mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
committed by
Richard Purdie
parent
b7a6484ba1
commit
73a6fe958f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user